summaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-06 01:05:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-06 01:05:57 +0000
commit5cc9883c5edb477fc95c6f2f292b74247cd808c2 (patch)
treee297e85571777895f1ff3400d0016bd960fb13fc /process.c
parentb7ee104ca9e2277b9b2bfd804a1b45997e953f91 (diff)
downloadruby-5cc9883c5edb477fc95c6f2f292b74247cd808c2.tar.gz
ruby-5cc9883c5edb477fc95c6f2f292b74247cd808c2.tar.xz
ruby-5cc9883c5edb477fc95c6f2f292b74247cd808c2.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 7348863f5..a7fabfc70 100644
--- a/process.c
+++ b/process.c
@@ -1722,7 +1722,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
* [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
*
* If single string is given as the command,
- * it is taken as a line that is subject to shell expansion before being executed.
+ * it is taken as a command line that is subject to shell expansion before being executed.
*
* If two or more +string+ given,
* the first is taken as a command name and