Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/routed s/prefering/preferring/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/dc6264e92551
branches:  trunk
changeset: 1026711:dc6264e92551
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:15:03 2021 +0000

description:
s/prefering/preferring/ in comment.

diffstat:

 sbin/routed/radix.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3d76fb5dd82d -r dc6264e92551 sbin/routed/radix.c
--- a/sbin/routed/radix.c       Sun Dec 05 07:13:48 2021 +0000
+++ b/sbin/routed/radix.c       Sun Dec 05 07:15:03 2021 +0000
@@ -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 @@
         *
         * 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.



Home | Main Index | Thread Index | Old Index