Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/altq s/failes/fails/ in comment.
details: https://anonhg.NetBSD.org/src/rev/21f2d02ea2a2
branches: trunk
changeset: 1026694:21f2d02ea2a2
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:43:57 2021 +0000
description:
s/failes/fails/ in comment.
diffstat:
sys/altq/altq_red.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f70f5e2e7376 -r 21f2d02ea2a2 sys/altq/altq_red.c
--- a/sys/altq/altq_red.c Sun Dec 05 04:42:54 2021 +0000
+++ b/sys/altq/altq_red.c Sun Dec 05 04:43:57 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: altq_red.c,v 1.34 2021/09/21 14:30:15 christos Exp $ */
+/* $NetBSD: altq_red.c,v 1.35 2021/12/05 04:43:57 msaitoh Exp $ */
/* $KAME: altq_red.c,v 1.20 2005/04/13 03:44:25 suz Exp $ */
/*
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: altq_red.c,v 1.34 2021/09/21 14:30:15 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: altq_red.c,v 1.35 2021/12/05 04:43:57 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_altq.h"
@@ -313,7 +313,7 @@
#ifdef ALTQ_FLOWVALVE
if (flags & REDF_FLOWVALVE)
rp->red_flowvalve = fv_alloc(rp);
- /* if fv_alloc failes, flowvalve is just disabled */
+ /* if fv_alloc fails, flowvalve is just disabled */
#endif
#endif /* ALTQ3_COMPAT */
return (rp);
Home |
Main Index |
Thread Index |
Old Index