mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
readint.c: fixed typo.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
/* mrb_int_read(): read mrb_int from a string (base 10 only) */
|
||||
/* const char *p - string to read */
|
||||
/* 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 */
|
||||
/* also endp will be set to NULL on overflow */
|
||||
|
||||
Reference in New Issue
Block a user