summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-09 04:09:10 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-09 04:09:10 +0000
commit68649699670a4c69fa198f98a4215b3eb5135284 (patch)
tree47acd9a3e1ca4a1ca2396e08340c4384a6d58c38 /eval.c
parente9328e699fe831bf1637fedd8b7f366b43be0144 (diff)
* 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
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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
*