]> andersk Git - splint.git/blobdiff - src/transferChecks.c
Renaming - LCLint => Splint
[splint.git] / src / transferChecks.c
index aa2dd4d4cf7e3728c5bfc648433df786e2d9eb60..942ea464da3c127c663120980cb9687d2be57238 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
 */
 /*
 ** transferChecks.c
@@ -305,7 +305,7 @@ checkCompletelyDefined (exprNode fexp, /*@exposed@*/ sRef fref, sRef ofref,
         ("Check definition limit exceeded, checking %q. "
          "This either means there is a variable with at least "
          "%d indirections apparent in the program text, or "
-         "there is a bug in LCLint.",
+         "there is a bug in Splint.",
          sRef_unparse (fref),
          MAXDEPTH));
 
This page took 0.119424 seconds and 4 git commands to generate.