svn commit: r349190 - head/sys/kern
Alexander Motin
mav at FreeBSD.org
Wed Jun 19 13:30:51 UTC 2019
Author: mav
Date: Wed Jun 19 13:30:50 2019
New Revision: 349190
URL: https://svnweb.freebsd.org/changeset/base/349190
Log:
Fix typo in r349178.
Reported by: ae
MFC after: 1 week
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
==============================================================================
--- head/sys/kern/subr_sbuf.c Wed Jun 19 13:19:36 2019 (r349189)
+++ head/sys/kern/subr_sbuf.c Wed Jun 19 13:30:50 2019 (r349190)
@@ -342,7 +342,7 @@ sbuf_setpos(struct sbuf *s, ssize_t pos)
}
/*
- * Drain into a counter. Counts amount of data without prodicing output.
+ * Drain into a counter. Counts amount of data without producing output.
* Useful for cases like sysctl, where user may first request only size.
* This allows to avoid pointless allocation/freeing of large buffers.
*/
More information about the svn-src-all
mailing list