From: Gisle Aas Date: Wed, 4 Jan 2006 10:46:42 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65177ae03b6e3dca16f8e50a1c780e8d35a1df2a;p=p5sagit%2Fp5-mst-13.2.git Fix typo in comment. p4raw-id: //depot/perl@26636 --- diff --git a/handy.h b/handy.h index b587ea5..5bcbe05 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) /*