summaryrefslogtreecommitdiff
path: root/src/doprnt.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-01-25 19:47:02 +0000
committerRichard M. Stallman <rms@gnu.org>2003-01-25 19:47:02 +0000
commit6afc669e922800b77c892034a8723a9dfbc6159b (patch)
tree1e4b4a3d917a4de9295af8601b889ab8a46993b1 /src/doprnt.c
parentaa2ac20c576119690fb9ef9cd780610d7ee7a293 (diff)
downloademacs-6afc669e922800b77c892034a8723a9dfbc6159b.tar.gz
Comment change.
Diffstat (limited to 'src/doprnt.c')
-rw-r--r--src/doprnt.c2
1 files changed, 1 insertions, 1 deletions
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.