Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 13:30:50 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349190 - head/sys/kern
Message-ID:  <201906191330.x5JDUon9024249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191330.x5JDUon9024249>