]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 22 Oct 2004 16:11:55 +0000 (16:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 22 Oct 2004 16:11:55 +0000 (16:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index 602e7a2159e4bc7d720708d547358f2348294cc8..bee1c6cf691a3eb3a9d21545ec1e07695a8a4a47 100644 (file)
@@ -83,9 +83,9 @@ int num_of_digits(int n)
     return i;
 }
 
-/* Read an int from str, and store it in *val (if val is not NULL).  On
- * error, we return FALSE and don't change *val.  Otherwise, we return 
- * TRUE. */
+/* Read a ssize_t from str, and store it in *val (if val is not NULL).
+ * On error, we return FALSE and don't change *val.  Otherwise, we
+ * return TRUE. */
 bool parse_num(const char *str, ssize_t *val)
 {
     char *first_error;