From b0b85032305a25f797a794ce4f3d13d2bcb8976c Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 24 Sep 2009 17:09:50 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@4221 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- testcode/lib/strtol-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcode/lib/strtol-test.c b/testcode/lib/strtol-test.c index b71cba802..db64c144d 100644 --- a/testcode/lib/strtol-test.c +++ b/testcode/lib/strtol-test.c @@ -1,4 +1,4 @@ -/* A small test for atoi/strtol. Assumes twos complement */ +/* A small test for strtol. Assumes twos complement */ #include #include #include -- 2.39.5