From 4bd66247c90d02004a79b68e6578744d82abab1c Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 11 Sep 1991 23:29:15 +0000 Subject: [PATCH] Fixed typo in comment. --- src/libraries/libmisc/s-string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/libmisc/s-string.c b/src/libraries/libmisc/s-string.c index ed4fc160d..f27da112f 100644 --- a/src/libraries/libmisc/s-string.c +++ b/src/libraries/libmisc/s-string.c @@ -22,7 +22,7 @@ * even if so stated. */ -static char *rcsid = "$Id: s-string.c,v 1.4 1991/08/30 10:17:45 ceder Exp $"; +static char *rcsid = "$Id: s-string.c,v 1.5 1991/09/11 23:29:15 ceder Exp $"; #include <sys/types.h> #include <stdio.h> @@ -919,7 +919,7 @@ s_fputs (FILE * stream, * s_set_storage_management(). It should be freed by the caller. * NULL is returned if there is an error. The String may contain * '\0's, but the resulting string will be truncated at the first - * '\n'. Thou shalt not depend on this behaviour. Later versions + * '\0'. Thou shalt not depend on this behaviour. Later versions * might substitute "foobar" for '\0's. */ -- GitLab