]> andersk Git - splint.git/blobdiff - src/clabstract.c
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / src / clabstract.c
index 6538a6dc7ab83efa62a22d32a5299a8caf84a129..3bf4168976dc029442c368b241b020d5b1a5cd70 100644 (file)
@@ -505,7 +505,7 @@ The current semantics are generated constraints of the form MaxSet(p) >= 0 and M
 unless the @out@ annotation has been applied to a parameter, then we only want to generate maxSet(p) > = 0
 */
 
-void setImplictfcnConstraints (void)
+void setImplicitfcnConstraints (void)
 {
   uentryList params;
   sRef s;
@@ -521,7 +521,7 @@ void setImplictfcnConstraints (void)
   
   uentryList_elements (params, el)
     {
-      DPRINTF (("setImplictfcnConstraints doing: %s", uentry_unparse(el)));
+      DPRINTF (("setImplicitfcnConstraints doing: %s", uentry_unparse(el)));
       
       if (uentry_isVariable (el))
        {
This page took 0.031992 seconds and 4 git commands to generate.