Module Name: src Committed By: msaitoh Date: Sun Dec 5 07:15:03 UTC 2021
Modified Files: src/sbin/routed: radix.c Log Message: s/prefering/preferring/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/routed/radix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/routed/radix.c diff -u src/sbin/routed/radix.c:1.13 src/sbin/routed/radix.c:1.14 --- src/sbin/routed/radix.c:1.13 Sat Feb 25 00:58:35 2006 +++ src/sbin/routed/radix.c Sun Dec 5 07:15:03 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: radix.c,v 1.13 2006/02/25 00:58:35 wiz Exp $ */ +/* $NetBSD: radix.c,v 1.14 2021/12/05 07:15:03 msaitoh Exp $ */ /* * Copyright (c) 1988, 1989, 1993 @@ -42,7 +42,7 @@ #include "defs.h" #ifdef __NetBSD__ -__RCSID("$NetBSD: radix.c,v 1.13 2006/02/25 00:58:35 wiz Exp $"); +__RCSID("$NetBSD: radix.c,v 1.14 2021/12/05 07:15:03 msaitoh Exp $"); #elif defined(__FreeBSD__) __RCSID("$FreeBSD$"); #else @@ -247,7 +247,7 @@ rn_match(void *v_arg, * * In this case, we have a complete match of the key. Unless * the node is one of the roots, we are finished. - * If it is the zeros root, then take what we have, prefering + * If it is the zeros root, then take what we have, preferring * any real data. * If it is the ones root, then pretend the target key was followed * by a byte of zeros.