Fix typo in comment.
Gisle Aas [Wed, 4 Jan 2006 10:46:42 +0000 (10:46 +0000)]
p4raw-id: //depot/perl@26636

handy.h

diff --git a/handy.h b/handy.h
index b587ea5..5bcbe05 100644 (file)
--- 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)
 
 /*