summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2003-03-10 14:00:55 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-11 05:33:10 +0000
commita6d0563455796929d2aae5a18fb57e80a20f87bd (patch)
treea5da3d0d721e0306e0e455a5f9ae12a0dcc559c4 /vms
parent38295cca2bcea18247fdba079ba504a69c9fda94 (diff)
downloadperl-a6d0563455796929d2aae5a18fb57e80a20f87bd.tar.gz
typos and other minor things
From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
Diffstat (limited to 'vms')
-rw-r--r--vms/vms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/vms.c b/vms/vms.c
index e271354b1a..aa9421d6bf 100644
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -5002,7 +5002,7 @@ Perl_seekdir(pTHX_ DIR *dd, long count)
*
* vms_do_aexec() and vms_do_exec() are called in response to the
* perl 'exec' function. If this follows a vfork call, then they
- * call out the the regular perl routines in doio.c which do an
+ * call out the regular perl routines in doio.c which do an
* execvp (for those who really want to try this under VMS).
* Otherwise, they do exactly what the perl docs say exec should
* do - terminate the current script and invoke a new command
@@ -5015,7 +5015,7 @@ Perl_seekdir(pTHX_ DIR *dd, long count)
* in 'VMSish fashion' (i.e. not after a call to vfork) The args
* are concatenated to form a DCL command string. If the first arg
* begins with '$' (i.e. the perl script had "\$ Type" or some such),
- * the the command string is handed off to DCL directly. Otherwise,
+ * the command string is handed off to DCL directly. Otherwise,
* the first token of the command is taken as the filespec of an image
* to run. The filespec is expanded using a default type of '.EXE' and
* the process defaults for device, directory, etc., and if found, the resultant