readint.c: fixed typo.

parent 96ad60b9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/* mrb_int_read(): read mrb_int from a string (base 10 only) */ /* mrb_int_read(): read mrb_int from a string (base 10 only) */
/* const char *p - string to read */ /* const char *p - string to read */
/* const char *e - end of string */ /* const char *e - end of string */
/* char **endp - end of pased integer */ /* char **endp - end of parsed integer */
/* if integer overflows, errno will be set to ERANGE */ /* if integer overflows, errno will be set to ERANGE */
/* also endp will be set to NULL on overflow */ /* also endp will be set to NULL on overflow */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment