summaryrefslogtreecommitdiff
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
commit83b37cfc4f03168b97fc6f224624fe1ec2414d9e (patch)
treee297e85571777895f1ff3400d0016bd960fb13fc /process.c
parentc087e70c22a87b17acb2e0275240a2a6b81410ee (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 7348863f56..a7fabfc70c 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