From eeea0fcf0f9451612e0d1dae862a4833f9014730 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Wed, 19 Jun 2019 13:30:50 +0000 Subject: [PATCH] Fix typo in r349178. Reported by: ae MFC after: 1 week --- sys/kern/subr_sbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index 106542992564..8fba9710debc 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -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. */