Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net s/gurantee/guarantee/ in comment.
details: https://anonhg.NetBSD.org/src/rev/083191af0718
branches: trunk
changeset: 1026701:083191af0718
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:57:38 2021 +0000
description:
s/gurantee/guarantee/ in comment.
diffstat:
sys/dev/nand/onfi.h | 4 ++--
sys/net/route.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r b1c472ddad42 -r 083191af0718 sys/dev/nand/onfi.h
--- a/sys/dev/nand/onfi.h Sun Dec 05 04:56:39 2021 +0000
+++ b/sys/dev/nand/onfi.h Sun Dec 05 04:57:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: onfi.h,v 1.2 2019/12/26 04:53:12 msaitoh Exp $ */
+/* $NetBSD: onfi.h,v 1.3 2021/12/05 04:57:38 msaitoh Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -142,7 +142,7 @@
uint8_t param_guaranteed_blocks; /* M: guaranteed valid blocks at
begginning of target */
uint16_t param_guaranteed_endurance; /* M: block endurance of
- guranteed blocks */
+ guaranteed blocks */
uint8_t param_programs_per_page; /* M: number of programs per page */
uint8_t param_partial_programming_attr; /* O: obsolete */
uint8_t param_ecc_correctable_bits; /* M: number of bits
diff -r b1c472ddad42 -r 083191af0718 sys/net/route.c
--- a/sys/net/route.c Sun Dec 05 04:56:39 2021 +0000
+++ b/sys/net/route.c Sun Dec 05 04:57:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: route.c,v 1.229 2020/04/08 03:37:14 knakahara Exp $ */
+/* $NetBSD: route.c,v 1.230 2021/12/05 04:57:38 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.229 2020/04/08 03:37:14 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.230 2021/12/05 04:57:38 msaitoh Exp $");
#include <sys/param.h>
#ifdef RTFLUSH_DEBUG
@@ -174,7 +174,7 @@
* - API: RT_RLOCK and friends
* - rtcaches are NOT protected by the framework
* - Callers must guarantee a rtcache isn't accessed simultaneously
- * - How the constraint is guranteed in the wild
+ * - How the constraint is guaranteed in the wild
* - Protect a rtcache by a mutex (e.g., inp_route)
* - Make rtcache per-CPU and allow only accesses from softint
* (e.g., ipforward_rt_percpu)
Home |
Main Index |
Thread Index |
Old Index