Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Fix typo in comment (s/mut be/msut be/). No fun...



details:   https://anonhg.NetBSD.org/src/rev/5a13298ab59c
branches:  trunk
changeset: 372720:5a13298ab59c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 22 02:52:35 2022 +0000

description:
Fix typo in comment (s/mut be/msut be/). No functional change.

diffstat:

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

diffs (27 lines):

diff -r fc008867721d -r 5a13298ab59c sys/netinet6/in6_ifattach.c
--- a/sys/netinet6/in6_ifattach.c       Wed Dec 21 20:09:35 2022 +0000
+++ b/sys/netinet6/in6_ifattach.c       Thu Dec 22 02:52:35 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_ifattach.c,v 1.120 2021/05/17 04:07:43 yamaguchi Exp $     */
+/*     $NetBSD: in6_ifattach.c,v 1.121 2022/12/22 02:52:35 msaitoh Exp $       */
 /*     $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $  */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.120 2021/05/17 04:07:43 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.121 2022/12/22 02:52:35 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -443,7 +443,7 @@
 }
 
 /*
- * ifp - mut be IFT_LOOP
+ * ifp - must be IFT_LOOP
  */
 
 static int



Home | Main Index | Thread Index | Old Index