summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-22 19:38:12 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-22 19:38:12 +0000
commitc40f158517a2eb8c99b09f2c54334b34b71acd64 (patch)
treef099dd0c8c9bde651c037b6863930be72b92b0c2 /cop.h
parente40b81a3dd247b1a29fc78399677b77b78b5f183 (diff)
downloadperl-c40f158517a2eb8c99b09f2c54334b34b71acd64.tar.gz
Fix a typo and some doubled spaces in comments.
p4raw-id: //depot/perl@29922
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index e80f865af4..518a396900 100644
--- a/cop.h
+++ b/cop.h
@@ -716,7 +716,7 @@ L<perlcall>.
#define G_KEEPERR 16 /* Append errors to $@, don't overwrite it */
#define G_NODEBUG 32 /* Disable debugging at toplevel. */
#define G_METHOD 64 /* Calling method. */
-#define G_FAKINGEVAL 256 /* Faking en eval context for call_sv or
+#define G_FAKINGEVAL 256 /* Faking an eval context for call_sv or
fold_constants. */
/* flag bits for PL_in_eval */