Change 26636 by [EMAIL PROTECTED] on 2006/01/04 10:46:42

        Fix typo in comment.

Affected files ...

... //depot/perl/handy.h#109 edit

Differences ...

==== //depot/perl/handy.h#109 (text) ====
Index: perl/handy.h
--- perl/handy.h#108~26635~     2006-01-04 02:44:48.000000000 -0800
+++ perl/handy.h        2006-01-04 02:46:42.000000000 -0800
@@ -236,7 +236,7 @@
 
 #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)
 
 /*
End of Patch.

Reply via email to