# HG changeset patch # User Glenn Morris # Date 1186557159 0 # Node ID 0942a96f81be4658a79137198a8d8bdf4d450f23 # Parent 40bf41048aade21b8d12d5cee9d2ce28605c1543 Replace `iff' in comments. diff -r 40bf41048aad -r 0942a96f81be lib-src/etags.c --- a/lib-src/etags.c Wed Aug 08 07:12:04 2007 +0000 +++ b/lib-src/etags.c Wed Aug 08 07:12:39 2007 +0000 @@ -2853,7 +2853,7 @@ * function or variable, or corresponds to a typedef, or * is a struct/union/enum tag, or #define, or an enum constant. * - * *IS_FUNC gets TRUE iff the token is a function or #define macro + * *IS_FUNC gets TRUE if the token is a function or #define macro * with args. C_EXTP points to which language we are looking at. * * Globals @@ -4769,7 +4769,7 @@ int save_lineno, namelen, taglen; char c, *name; - bool /* each of these flags is TRUE iff: */ + bool /* each of these flags is TRUE if: */ incomment, /* point is inside a comment */ inquote, /* point is inside '..' string */ get_tagname, /* point is after PROCEDURE/FUNCTION