From: Erez Zadok Date: Mon, 26 Sep 2005 06:02:56 +0000 (+0000) Subject: comment space X-Git-Tag: before-xstr~7 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=3e7b2604f7ec2ffd437bd917782deb510d2d546a;p=am-utils-6.2.git comment space --- diff --git a/libamu/strutil.c b/libamu/strutil.c index 8f2c4ee9..c2d0bc71 100644 --- a/libamu/strutil.c +++ b/libamu/strutil.c @@ -84,7 +84,7 @@ str3cat(char *p, char *s1, char *s2, char *s3) /* * Use generic strlcpy to copy a string more carefully, null-terminating it - * as needed. However, if the copied string was truncated due to lack of + * as needed. However, if the copied string was truncated due to lack of * space, then warn us. * * For now, xstrlcpy returns VOID because it doesn't look like anywhere in