Index: generic/nsf.h =================================================================== diff -u -r5783e727c52c408aeecaca7f2870ea732ee3fc2d -r0de0587da139377b99b22b2b92e47e9e0af0bc55 --- generic/nsf.h (.../nsf.h) (revision 5783e727c52c408aeecaca7f2870ea732ee3fc2d) +++ generic/nsf.h (.../nsf.h) (revision 0de0587da139377b99b22b2b92e47e9e0af0bc55) @@ -147,10 +147,10 @@ /* The NsfConfigEnabled() macro allows for querying whether a - configuration macro (see above) is actually defined (and - whether it expands to 1). This macro can used in CPP expressions - preprocessing time (e.g., "#if NsfConfigEnabled(...)") as well as in - C expressions (e.g., "if(NsfConfigEnabled(...))") + configuration macro (see above) is actually defined (and whether it + expands to 1). This macro can be used both in CPP expressions (e.g., + "#if NsfConfigEnabled(...)") and in C expressions (e.g., + "if(NsfConfigEnabled(...))") Adapted from https://plus.google.com/+LinusTorvalds/posts/9gntjh57dXt */