Module Name:    src
Committed By:   msaitoh
Date:           Mon Jun 22 07:50:53 UTC 2020

Modified Files:
        src/sbin/init: init.c
        src/usr.sbin/ldpd: ldp_peer.c

Log Message:
s/successfuly/successfully/ in comment. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sbin/init/init.c
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/ldpd/ldp_peer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/init/init.c
diff -u src/sbin/init/init.c:1.107 src/sbin/init/init.c:1.108
--- src/sbin/init/init.c:1.107	Wed Oct 14 15:53:24 2015
+++ src/sbin/init/init.c	Mon Jun 22 07:50:53 2020
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 19
 #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 @@ runcom(void)
 #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 */

Index: src/usr.sbin/ldpd/ldp_peer.c
diff -u src/usr.sbin/ldpd/ldp_peer.c:1.17 src/usr.sbin/ldpd/ldp_peer.c:1.18
--- src/usr.sbin/ldpd/ldp_peer.c:1.17	Wed Apr 22 23:53:27 2020
+++ src/usr.sbin/ldpd/ldp_peer.c	Mon Jun 22 07:50:53 2020
@@ -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 @@ get_ldp_peer_by_socket(int s)
 
 /*
  * 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)

Reply via email to