svn commit: r349824 - stable/12/sys/kern

Alexander Motin mav at FreeBSD.org
Sun Jul 7 18:45:58 UTC 2019


Author: mav
Date: Sun Jul  7 18:45:57 2019
New Revision: 349824
URL: https://svnweb.freebsd.org/changeset/base/349824

Log:
  MFC r349190: Fix typo in r349178.

Modified:
  stable/12/sys/kern/subr_sbuf.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/subr_sbuf.c
==============================================================================
--- stable/12/sys/kern/subr_sbuf.c	Sun Jul  7 18:44:51 2019	(r349823)
+++ stable/12/sys/kern/subr_sbuf.c	Sun Jul  7 18:45:57 2019	(r349824)
@@ -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