summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-01-04 10:46:42 +0000
committerGisle Aas <gisle@activestate.com>2006-01-04 10:46:42 +0000
commit65177ae03b6e3dca16f8e50a1c780e8d35a1df2a (patch)
tree61361a5e777301c3229bf78beaf21200e401c466 /handy.h
parent2efa8cc776fec30c63893949ea1f5a5eb0cd3564 (diff)
downloadperl-65177ae03b6e3dca16f8e50a1c780e8d35a1df2a.tar.gz
Fix typo in comment.
p4raw-id: //depot/perl@26636
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index b587ea5361..5bcbe05566 100644
--- a/handy.h
+++ b/handy.h
@@ -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)
/*