Module Name: src Committed By: andvar Date: Tue Nov 12 21:28:50 UTC 2024
Modified Files: src/usr.sbin/altq/libaltq: qop.c Log Message: s/beloging/belonging/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/libaltq/qop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/altq/libaltq/qop.c diff -u src/usr.sbin/altq/libaltq/qop.c:1.11 src/usr.sbin/altq/libaltq/qop.c:1.12 --- src/usr.sbin/altq/libaltq/qop.c:1.11 Tue Aug 16 12:49:13 2011 +++ src/usr.sbin/altq/libaltq/qop.c Tue Nov 12 21:28:50 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: qop.c,v 1.11 2011/08/16 12:49:13 christos Exp $ */ +/* $NetBSD: qop.c,v 1.12 2024/11/12 21:28:50 andvar Exp $ */ /* $KAME: qop.c,v 1.11 2001/10/26 04:57:59 kjc Exp $ */ /* * Copyright (C) 1999-2000 @@ -1069,7 +1069,7 @@ add_filter_rule(struct ifinfo *ifinfo, s break; case FILT_INTERSECT: /* - * if the intersecting two filters beloging to the + * if the intersecting two filters belonging to the * same class, it's ok. */ if (front->clinfo == back->clinfo)