From 68649699670a4c69fa198f98a4215b3eb5135284 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 9 Mar 2014 04:09:10 +0000 Subject: * eval.c: remove needless space. [ruby-dev:48026] [Bug #9615] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 27cdb36206..475f0dfd2b 100644 --- a/eval.c +++ b/eval.c @@ -80,7 +80,7 @@ ruby_init(void) /*! Processes command line arguments and compiles the Ruby source to execute. * * This function does: - * \li Processes the given command line flags and arguments for ruby(1) + * \li Processes the given command line flags and arguments for ruby(1) * \li compiles the source code from the given argument, -e or stdin, and * \li returns the compiled source as an opaque pointer to an internal data structure * -- cgit v1.2.1