Source-Changes-HG archive

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

[src/trunk]: src Fix typo in comment (s/alreay/already/).



details:   https://anonhg.NetBSD.org/src/rev/e54f88b1b201
branches:  trunk
changeset: 457883:e54f88b1b201
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jul 24 02:38:29 2019 +0000

description:
Fix typo in comment (s/alreay/already/).

diffstat:

 sys/netinet6/ip6_mroute.c |  6 +++---
 usr.sbin/sysinst/disks.c  |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 734f2f1bf74a -r e54f88b1b201 sys/netinet6/ip6_mroute.c
--- a/sys/netinet6/ip6_mroute.c Wed Jul 24 02:37:17 2019 +0000
+++ b/sys/netinet6/ip6_mroute.c Wed Jul 24 02:38:29 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6_mroute.c,v 1.129 2018/06/21 10:37:50 knakahara Exp $       */
+/*     $NetBSD: ip6_mroute.c,v 1.130 2019/07/24 02:38:29 msaitoh Exp $ */
 /*     $KAME: ip6_mroute.c,v 1.49 2001/07/25 09:21:18 jinmei Exp $     */
 
 /*
@@ -117,7 +117,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_mroute.c,v 1.129 2018/06/21 10:37:50 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_mroute.c,v 1.130 2019/07/24 02:38:29 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -1584,7 +1584,7 @@
         * on the outgoing interface, loop back a copy.
         */
        /*
-        * Does not have to check source info, as it's alreay covered by
+        * Does not have to check source info, as it's already covered by
         * ip6_input
         */
        sockaddr_in6_init(&dst6, &ip6->ip6_dst, 0, 0, 0);
diff -r 734f2f1bf74a -r e54f88b1b201 usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c  Wed Jul 24 02:37:17 2019 +0000
+++ b/usr.sbin/sysinst/disks.c  Wed Jul 24 02:38:29 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.41 2019/07/24 02:37:17 msaitoh Exp $ */
+/*     $NetBSD: disks.c,v 1.42 2019/07/24 02:38:29 msaitoh Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -518,7 +518,7 @@
 is_partitionable_device(const char *dev)
 {
        static const char *non_partitionable_devs[] = {
-               "dk",   /* this is alreay a partitioned slice */
+               "dk",   /* this is already a partitioned slice */
                NULL
        };
 



Home | Main Index | Thread Index | Old Index