diff options
author | Gisle Aas <gisle@activestate.com> | 2006-01-04 10:46:42 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-01-04 10:46:42 +0000 |
commit | 65177ae03b6e3dca16f8e50a1c780e8d35a1df2a (patch) | |
tree | 61361a5e777301c3229bf78beaf21200e401c466 /handy.h | |
parent | 2efa8cc776fec30c63893949ea1f5a5eb0cd3564 (diff) | |
download | perl-65177ae03b6e3dca16f8e50a1c780e8d35a1df2a.tar.gz |
Fix typo in comment.
p4raw-id: //depot/perl@26636
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ typedef U64TYPE U64; #define Ctl(ch) ((ch) & 037) -/* concatenating with "" ensures that only literal strings are accepted as agument */ +/* concatenating with "" ensures that only literal strings are accepted as argument */ #define STR_WITH_LEN(s) (s ""), (sizeof(s)-1) /* |