From 6afc669e922800b77c892034a8723a9dfbc6159b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Jan 2003 19:47:02 +0000 Subject: [PATCH] Comment change. --- src/doprnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doprnt.c b/src/doprnt.c index 82a96c7d673..72c0dd490e8 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -54,7 +54,7 @@ static int doprnt1 (); terminated at position FORMAT_END. Output goes in BUFFER, which has room for BUFSIZE chars. If the output does not fit, truncate it to fit. - Returns the number of characters stored into BUFFER. + Returns the number of bytes stored into BUFFER. ARGS points to the vector of arguments, and NARGS says how many. A double counts as two arguments. String arguments are passed as C strings. -- 2.39.2