Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys typos
details: https://anonhg.NetBSD.org/src/rev/890b7911e886
branches: trunk
changeset: 358706:890b7911e886
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Jan 14 16:43:03 2018 +0000
description:
typos
diffstat:
sys/sys/lwp.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 9b5b3bc3cf76 -r 890b7911e886 sys/sys/lwp.h
--- a/sys/sys/lwp.h Sun Jan 14 16:36:04 2018 +0000
+++ b/sys/sys/lwp.h Sun Jan 14 16:43:03 2018 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: lwp.h,v 1.176 2017/12/22 10:24:49 ozaki-r Exp $ */
+/* $NetBSD: lwp.h,v 1.177 2018/01/14 16:43:03 maxv Exp $ */
-/*-
+/*
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
* The NetBSD Foundation, Inc.
* All rights reserved.
@@ -69,7 +69,7 @@
* (: unlocked, stable
* !: unlocked, may only be reliably accessed by the LWP itself
*
- * Fields are clustered together by usage (to increase the likelyhood
+ * Fields are clustered together by usage (to increase the likelihood
* of cache hits) and by size (to reduce dead space in the structure).
*/
@@ -525,7 +525,7 @@
#define DOPREEMPT_COUNTED 0x02
/*
- * Prevent curlwp from migrating between CPUs beteen curlwp_bind and
+ * Prevent curlwp from migrating between CPUs between curlwp_bind and
* curlwp_bindx. One use case is psref(9) that has a contract that
* forbids migrations.
*/
Home |
Main Index |
Thread Index |
Old Index