diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-02 01:36:30 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-02 01:36:30 +0000 |
commit | d1decf0dfe34e2a16e6cbd0de97f9f011d98d94e (patch) | |
tree | ab9455cb485ca3343160d917593b99aceb47d8fa /ext | |
parent | 9849555a3e6cd2e088ec08c0560975208b4d0ec4 (diff) | |
download | ruby-d1decf0dfe34e2a16e6cbd0de97f9f011d98d94e.tar.gz |
* ext/bigdecimal/bigdecimal.c: Fix double word typo.
[ci skip][fix GH-1120] Patch by @jwworth
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bigdecimal/bigdecimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 21a117e8b5..85ae0be985 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -5027,7 +5027,7 @@ Exit: * \n ... new line * \b ... backspace * ... tab - * Note: % must must not appear more than once + * Note: % must not appear more than once * a ... VP variable to be printed */ #ifdef BIGDECIMAL_ENABLE_VPRINT |