]> andersk Git - splint.git/blobdiff - src/nameChecks.c
Fixed -help <mode> bug.
[splint.git] / src / nameChecks.c
index adbb2b0ebe4d4ba8cd01cb10d51801d8cdc7511c..5566114803eb3ba85eeaceb0f791d6d06b157585 100644 (file)
@@ -1124,7 +1124,7 @@ checkFileScopeName (/*@unused@*/ uentry ue)
   ** No file scope checks (yet)
   */
 
-  /*@i423 add a file scope naming convention policy? */
+  /* add a file scope naming convention policy? */
 
   return;
 }
@@ -1487,7 +1487,7 @@ checkAnsiName (uentry ue)
             message
             ("Name %s is reserved for future library extensions.  "
              "Functions that begin with \"mem\" or \"wcs\" and a "
-             "lowercase letter letter may be added to <string.h>. (ISO:7.26.11)",
+             "lowercase letter may be added to <string.h>. (ISO:7.26.11)",
              name),
             uentry_whereLast (ue));
        }
@@ -1555,4 +1555,4 @@ void checkParamNames (uentry ue)
     }
 }
 
-/*@i523 POSIX p. 527 - applications should not declare any symbols that end _MAX @*/
+/* not yet checked: POSIX p. 527 - applications should not declare any symbols that end _MAX */
This page took 0.035377 seconds and 4 git commands to generate.