s/successfuly/successfully/ in comment. No functional change.
This commit is contained in:
parent
d1e359b744
commit
9007cd7213
|
@ -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, 1993\
|
|||
#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 */
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue