Skip to content
Snippets Groups Projects
Commit 4bd66247 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed typo in comment.

parent 4bf2407e
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* even if so stated. * 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 <sys/types.h>
#include <stdio.h> #include <stdio.h>
...@@ -919,7 +919,7 @@ s_fputs (FILE * stream, ...@@ -919,7 +919,7 @@ s_fputs (FILE * stream,
* s_set_storage_management(). It should be freed by the caller. * s_set_storage_management(). It should be freed by the caller.
* NULL is returned if there is an error. The String may contain * NULL is returned if there is an error. The String may contain
* '\0's, but the resulting string will be truncated at the first * '\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. * might substitute "foobar" for '\0's.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment