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.
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to