summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-08-03 19:20:18 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-08-03 19:20:18 +0000
commitddfa107c1b1f4a56f36bb18fc7c4fc45ab1119d0 (patch)
tree20749f54854e994d2cfb2481d63f327ea4e6470a /perl.c
parent9720141bbbaf9dc75f85beae2c8d043b2ab26492 (diff)
downloadperl-ddfa107c1b1f4a56f36bb18fc7c4fc45ab1119d0.tar.gz
more typo fixes for change 3176 (comments at top of .c files)
p4raw-id: //depot/perl@23187
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index ff0fbf7294..4415d8d925 100644
--- a/perl.c
+++ b/perl.c
@@ -15,7 +15,7 @@
/* This file contains the top-level functions that are used to create, use
* and destroy a perl interpreter, plus the functions used by XS code to
* call back into perl. Note that it does not contain the actual main()
- * function of the interpreter; that can be found perlmain.c
+ * function of the interpreter; that can be found in perlmain.c
*/
/* PSz 12 Nov 03