]> andersk Git - splint.git/blobdiff - src/llerror.c
Renaming - LCLint => Splint
[splint.git] / src / llerror.c
index c5c941988293fa0177b5f0114c48657511db7cc4..74b1e0a29ad8d61c1fa252421c0caf6196e99e2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** LCLint - annotation-assisted static program checker
+** Splint - annotation-assisted static program checker
 ** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
@@ -19,7 +19,7 @@
 **
 ** For information on lclint: lclint-request@cs.virginia.edu
 ** To report a bug: lclint-bug@cs.virginia.edu
-** For more information: http://lclint.cs.virginia.edu
+** For more information: http://www.splint.org
 */
 /*
 ** llerror.c
@@ -1380,7 +1380,7 @@ void llbugaux (cstring file, int line, /*@only@*/ cstring s)
 
   if (numbugs > context_getBugsLimit () && fileloc_withinLines (lastbug, g_currentloc, 2))
     {
-      llfatalerror (message ("%q: Cannot recover from last bug. (If you really want LCLint to try to continue, use -bugslimit <n>.)",
+      llfatalerror (message ("%q: Cannot recover from last bug. (If you really want Splint to try to continue, use -bugslimit <n>.)",
                             fileloc_unparse (g_currentloc)));
     }
   
This page took 0.04244 seconds and 4 git commands to generate.