Source-Changes-HG archive

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

[src/trunk]: src/sys/net s/termintaed/terminated/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/802eec8c45d7
branches:  trunk
changeset: 374162:802eec8c45d7
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Apr 05 19:56:27 2023 +0000

description:
s/termintaed/terminated/ in comment.

diffstat:

 sys/net/if_wg.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 007cc750236b -r 802eec8c45d7 sys/net/if_wg.c
--- a/sys/net/if_wg.c   Wed Apr 05 07:41:38 2023 +0000
+++ b/sys/net/if_wg.c   Wed Apr 05 19:56:27 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wg.c,v 1.74 2023/01/05 20:32:18 christos Exp $      */
+/*     $NetBSD: if_wg.c,v 1.75 2023/04/05 19:56:27 andvar Exp $        */
 
 /*
  * Copyright (C) Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wg.c,v 1.74 2023/01/05 20:32:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wg.c,v 1.75 2023/04/05 19:56:27 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altq_enabled.h"
@@ -271,7 +271,7 @@ wg_dump_hash(const uint8_t *func, const 
 #define WG_DUMP_BUF(buf, size) __nothing
 #endif /* WG_DEBUG_DUMP */
 
-/* chosen somewhat arbitrarily -- fits in signed 16 bits NUL-termintaed */
+/* chosen somewhat arbitrarily -- fits in signed 16 bits NUL-terminated */
 #define        WG_MAX_PROPLEN          32766
 
 #define WG_MTU                 1420



Home | Main Index | Thread Index | Old Index