summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-20 20:51:20 -0700
committerKarl Williamson <khw@cpan.org>2020-12-21 15:20:59 -0700
commitdde36b936a80fa9b440332e67d7ca32546f12bdd (patch)
tree12de03280eca9318185db1e80121da77e1901df4 /globals.c
parent1e9024cf5bf80071c67ed0757a0f250d3cc7432a (diff)
downloadperl-dde36b936a80fa9b440332e67d7ca32546f12bdd.tar.gz
globals.c: Fix typo in comment
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.c b/globals.c
index 5439ba241a..045c71ca3f 100644
--- a/globals.c
+++ b/globals.c
@@ -15,7 +15,7 @@
*/
/* This file exists to #include "perl.h" _ONCE_ with
- * PERL_IN_GLOBALS_C defined. That causes various global varaiables
+ * PERL_IN_GLOBALS_C defined. That causes various global variables
* in perl.h and other files it includes to be _defined_ (and initialized)
* rather than just declared.
*/