diff options
| -rw-r--r-- | src/readint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readint.c b/src/readint.c index 4478574fd..5fae222c2 100644 --- a/src/readint.c +++ b/src/readint.c @@ -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 */ |
