From 27c41f7784b4e5556161e3419c2d2364cdafbf35 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 2 Dec 2015 01:36:30 +0000 Subject: * 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 --- ext/bigdecimal/bigdecimal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bigdecimal') 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 -- cgit v1.2.3