]> andersk Git - splint.git/blobdiff - src/genericTable.c
Renaming - LCLint => Splint
[splint.git] / src / genericTable.c
index f8f6eca1831dc7a0faeb1202105ef66659c946f0..1f17cbd5d4ece525f72c12828ba19759677c4f7f 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
 */
 /*
 ** genericTable.c
@@ -391,7 +391,7 @@ genericTable_insert (genericTable h, cstring key, void *value)
                  genericTable_addEntry (h, bucket->entries[j]);
                }
              
-             sfree (bucket->entries); /* evans 2001-03-24: LCLint caught this */
+             sfree (bucket->entries); /* evans 2001-03-24: Splint caught this */
              sfree (bucket);
            }
        }
This page took 0.035325 seconds and 4 git commands to generate.