Fix typo in r349178.

Reported by:	ae
MFC after:	1 week
This commit is contained in:
Alexander Motin 2019-06-19 13:30:50 +00:00
parent 68ed5ad2d5
commit eeea0fcf0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349190

View File

@ -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.
*/