Source-Changes-HG archive

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

[src/trunk]: src s/successfuly/successfully/ in comment. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/e467563e6063
branches:  trunk
changeset: 935005:e467563e6063
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jun 22 07:50:53 2020 +0000

description:
s/successfuly/successfully/ in comment. No functional change.

diffstat:

 sbin/init/init.c         |  6 +++---
 usr.sbin/ldpd/ldp_peer.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r a69351e8b238 -r e467563e6063 sbin/init/init.c
--- a/sbin/init/init.c  Mon Jun 22 06:55:41 2020 +0000
+++ b/sbin/init/init.c  Mon Jun 22 07:50:53 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.107 2015/10/14 15:53:24 christos Exp $      */
+/*     $NetBSD: init.c,v 1.108 2020/06/22 07:50:53 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)init.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: init.c,v 1.107 2015/10/14 15:53:24 christos Exp $");
+__RCSID("$NetBSD: init.c,v 1.108 2020/06/22 07:50:53 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -945,7 +945,7 @@
 #endif /* CHROOT */
 
        /*
-        * Regardless of whether in chroot or not, we booted successfuly.
+        * Regardless of whether in chroot or not, we booted successfully.
         * It's time to spawn gettys (ie. next_step's value at this point).
         */
        runcom_mode = AUTOBOOT;         /* the default */
diff -r a69351e8b238 -r e467563e6063 usr.sbin/ldpd/ldp_peer.c
--- a/usr.sbin/ldpd/ldp_peer.c  Mon Jun 22 06:55:41 2020 +0000
+++ b/usr.sbin/ldpd/ldp_peer.c  Mon Jun 22 07:50:53 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ldp_peer.c,v 1.17 2020/04/22 23:53:27 joerg Exp $ */
+/* $NetBSD: ldp_peer.c,v 1.18 2020/06/22 07:50:53 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -301,7 +301,7 @@
 
 /*
  * Adds address list bounded to a specific peer
- * Returns the number of addresses inserted successfuly
+ * Returns the number of addresses inserted successfully
  */
 int 
 add_ifaddresses(struct ldp_peer * p, const struct al_tlv * a)



Home | Main Index | Thread Index | Old Index