summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-07-24 21:31:31 +0000
committerandvar <andvar@NetBSD.org>2021-07-24 21:31:31 +0000
commit34d96f12a5fdba1d6c4bc8849a8a112061282bb9 (patch)
tree95c5e86cc7cb63202b2510e8efd8af15569a3bb1 /dist
parentd4e6d16e2580353b9afef55c3be37b7a2fdf1383 (diff)
Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
Diffstat (limited to 'dist')
-rw-r--r--dist/pf/sbin/pfctl/pfctl_altq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/pf/sbin/pfctl/pfctl_altq.c b/dist/pf/sbin/pfctl/pfctl_altq.c
index cac57ce3055..3115dfc587e 100644
--- a/dist/pf/sbin/pfctl/pfctl_altq.c
+++ b/dist/pf/sbin/pfctl/pfctl_altq.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pfctl_altq.c,v 1.10 2018/02/04 08:44:36 mrg Exp $ */
+/* $NetBSD: pfctl_altq.c,v 1.11 2021/07/24 21:31:31 andvar Exp $ */
/* $OpenBSD: pfctl_altq.c,v 1.92 2007/05/27 05:15:17 claudio Exp $ */
/*
@@ -1062,7 +1062,7 @@ char *
rate2str(double rate)
{
char *buf;
- static char r2sbuf[R2S_BUFS][RATESTR_MAX]; /* ring bufer */
+ static char r2sbuf[R2S_BUFS][RATESTR_MAX]; /* ring buffer */
static int idx = 0;
int i;
static const char unit[] = " KMG";