]> andersk Git - splint.git/blobdiff - test/lintcomments.out
Fixes for 3.0.0.18:
[splint.git] / test / lintcomments.out
index 41fca5538a658dc7cf58c043d06c95ba35fcfd37..0336249ce2fb5e3ec8af05631de7c6015ccce274 100644 (file)
@@ -6,7 +6,7 @@ lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used.  This is
 lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
     preferable to replace it with the /*@fallthrough@*/ semantic comment
-lintcomments.c:11:13: Fall through case (no preceeding break)
+lintcomments.c:11:13: Fall through case (no preceding break)
 lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
     preferable to replace it with the /*@notreached@*/ semantic comment.
@@ -14,14 +14,14 @@ lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used.  This is
 Finished LCLint checking --- 4 code errors found, as expected
 
 lintcomments.c: (in function f)
-lintcomments.c:11:13: Fall through case (no preceeding break)
+lintcomments.c:11:13: Fall through case (no preceding break)
 
 Finished LCLint checking --- 1 code error found, as expected
 
 lintcomments.c: (in function f)
-lintcomments.c:9:10: Fall through case (no preceeding break)
-lintcomments.c:10:10: Fall through case (no preceeding break)
-lintcomments.c:11:13: Fall through case (no preceeding break)
+lintcomments.c:9:10: Fall through case (no preceding break)
+lintcomments.c:10:10: Fall through case (no preceding break)
+lintcomments.c:11:13: Fall through case (no preceding break)
 lintcomments.c:24:8: Unreachable code: i++
 
 Finished LCLint checking --- 4 code errors found, as expected
This page took 0.04881 seconds and 4 git commands to generate.