diff --git a/src/libraries/libmisc/s-string.c b/src/libraries/libmisc/s-string.c
index ed4fc160dae02dd3f23c33f0da4fc528bdeab4f3..f27da112fba24424bd64141b93a4622724572c93 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.
  */