Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 04:43:57 UTC 2021

Modified Files:
        src/sys/altq: altq_red.c

Log Message:
s/failes/fails/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/altq/altq_red.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/altq/altq_red.c
diff -u src/sys/altq/altq_red.c:1.34 src/sys/altq/altq_red.c:1.35
--- src/sys/altq/altq_red.c:1.34	Tue Sep 21 14:30:15 2021
+++ src/sys/altq/altq_red.c	Sun Dec  5 04:43:57 2021
@@ -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 @@ red_alloc(int weight, int inv_pmax, int 
 #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);

Reply via email to