Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net s/deteted/detected/ in log message.
details: https://anonhg.NetBSD.org/src/rev/898f814b6d78
branches: trunk
changeset: 374026:898f814b6d78
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Mar 25 21:35:49 2023 +0000
description:
s/deteted/detected/ in log message.
diffstat:
sys/net/if_spppsubr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 10f7bd279cef -r 898f814b6d78 sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c Sat Mar 25 21:33:46 2023 +0000
+++ b/sys/net/if_spppsubr.c Sat Mar 25 21:35:49 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_spppsubr.c,v 1.266 2022/09/03 02:47:59 thorpej Exp $ */
+/* $NetBSD: if_spppsubr.c,v 1.267 2023/03/25 21:35:49 andvar Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.266 2022/09/03 02:47:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.267 2023/03/25 21:35:49 andvar Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -3132,7 +3132,7 @@ sppp_lcp_tlu(struct sppp *sp)
if ((sp->pp_flags & PP_LOOPBACK) == 0) {
SPPP_LOG(sp, LOG_DEBUG,
"interface is going up, "
- "but no loopback packet is deteted\n");
+ "but no loopback packet is detected\n");
}
sp->pp_flags &= ~PP_LOOPBACK;
}
Home |
Main Index |
Thread Index |
Old Index