Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Fix typo in the function comment.



details:   https://anonhg.NetBSD.org/src/rev/feea3f29ab34
branches:  trunk
changeset: 446668:feea3f29ab34
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Dec 14 03:29:54 2018 +0000

description:
Fix typo in the function comment.

diffstat:

 lib/libc/stdio/makebuf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3975df3d0c6d -r feea3f29ab34 lib/libc/stdio/makebuf.c
--- a/lib/libc/stdio/makebuf.c  Thu Dec 13 20:54:50 2018 +0000
+++ b/lib/libc/stdio/makebuf.c  Fri Dec 14 03:29:54 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makebuf.c,v 1.18 2015/07/15 19:08:43 christos Exp $    */
+/*     $NetBSD: makebuf.c,v 1.19 2018/12/14 03:29:54 uwe Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)makebuf.c  8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: makebuf.c,v 1.18 2015/07/15 19:08:43 christos Exp $");
+__RCSID("$NetBSD: makebuf.c,v 1.19 2018/12/14 03:29:54 uwe Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -57,7 +57,7 @@
 /*
  * Override the file buffering based on the environment setting STDBUF%d
  * (for the specific file descriptor) and STDBUF (for all descriptors).
- * the setting is ULB<num> standing for "Unbuffered", "Linebuffered",
+ * the setting is ULF<num> standing for "Unbuffered", "Linebuffered",
  * and Fullybuffered", and <num> is a value from 0 to 1M.
  */
 static int



Home | Main Index | Thread Index | Old Index