aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-16 20:58:58 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-16 20:58:58 +0000
commitc0f8a1d4d27a62fc4fd33567520ce458e2a5d322 (patch)
tree40738fcc7934aa3dc1c3798994a6d85dc7ae44f3 /bignum.c
parent58186b9cb031bd74ead151ad6d8afd951c35a763 (diff)
downloadruby-c0f8a1d4d27a62fc4fd33567520ce458e2a5d322.tar.gz
bignum.c: [DOC] typos and grammar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bignum.c b/bignum.c
index 9b6684bd45..d1e83565c9 100644
--- a/bignum.c
+++ b/bignum.c
@@ -4013,10 +4013,10 @@ rb_cstr_to_inum(const char *str, int base, int badcheck)
* NULL, Qnil is returned when +str+ is not valid as an Integer.
* ndigits: if non-NULL, the number of parsed digits is stored.
* base: see +rb_cstr_to_inum+
- * flags: bit-ORed flags of belows:
- * RB_INT_PARSE_SIGN: allow preceeding spaces and +/- sign
+ * flags: bitwise OR of below flags:
+ * RB_INT_PARSE_SIGN: allow preceding spaces and +/- sign
* RB_INT_PARSE_UNDERSCORE: allow an underscore between digits
- * RB_INT_PARSE_PREFIX: allow preceeding prefix
+ * RB_INT_PARSE_PREFIX: allow preceding prefix
*/
VALUE