diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-22 19:38:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-22 19:38:12 +0000 |
commit | c40f158517a2eb8c99b09f2c54334b34b71acd64 (patch) | |
tree | f099dd0c8c9bde651c037b6863930be72b92b0c2 /cop.h | |
parent | e40b81a3dd247b1a29fc78399677b77b78b5f183 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |