]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 17:09:50 +0000 (17:09 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 17:09:50 +0000 (17:09 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4221 b7a2c559-68d2-44c3-8de9-860c34a00d81

testcode/lib/strtol-test.c

index b71cba802a69e701ca3c9d9090ab57db4f49f6c5..db64c144d7fd54ae91504eed0e9859b8d52e6415 100644 (file)
@@ -1,4 +1,4 @@
-/* A small test for atoi/strtol. Assumes twos complement */
+/* A small test for strtol. Assumes twos complement */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>