]> andersk Git - splint.git/blobdiff - src/sort.c
Renaming - LCLint => Splint
[splint.git] / src / sort.c
index 73818b7cc40cfa42dc297963226c0574536d3012..b9b72ac26c678bd788d14b26da58fcac7527c14b 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
 */
 /*
 ** sort.c
@@ -2399,7 +2399,7 @@ sort_dump (FILE *f, bool lco)
        }
       else
        {
-         llcontbug (message ("Invalid sort in sort_dump: sort %d; sortname: %s.  This may result from using .lcs files produced by an old version of LCLint.  Remove the .lcs files, and rerun LCLint.",
+         llcontbug (message ("Invalid sort in sort_dump: sort %d; sortname: %s.  This may result from using .lcs files produced by an old version of LCLint.  Remove the .lcs files, and rerun Splint.",
                              i, lsymbol_toString (s->name)));
          fprintf (f, "sort _error_ ");
        }
This page took 0.036166 seconds and 4 git commands to generate.