comment space
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 26 Sep 2005 06:02:56 +0000 (06:02 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 26 Sep 2005 06:02:56 +0000 (06:02 +0000)
libamu/strutil.c

index 8f2c4ee94c02d5a6e72e2276b23e36f1c3cd3daf..c2d0bc71d82e4543f891fc9378b0cc5e9a4a0236 100644 (file)
@@ -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