Index: generic/nsfInt.h =================================================================== diff -u -r6dc8e9ad86389cbd2d3b5136fbd6f58337929cf1 -rec5702daf07d4f8ed37deb09198ebff5b3fbb1bf --- generic/nsfInt.h (.../nsfInt.h) (revision 6dc8e9ad86389cbd2d3b5136fbd6f58337929cf1) +++ generic/nsfInt.h (.../nsfInt.h) (revision ec5702daf07d4f8ed37deb09198ebff5b3fbb1bf) @@ -174,8 +174,9 @@ #endif #define nonnull_assert(assertion) assert((assertion)) + /* - * Tries to use gcc __attribute__ unused and mangles the name, so the + * Trie to use gcc __attribute__ unused and mangle the name, so the * attribute could not be used, if declared as unused. */ #ifdef UNUSED