From eaaa9148b532a60daf92dfde1c37530194f2060d Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 12 Jun 2021 16:17:47 +0900 Subject: readint.c: fixed typo. --- src/readint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/readint.c') 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 */ -- cgit v1.2.3