Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys lwp.h: correct grammar in a comment
details: https://anonhg.NetBSD.org/src/rev/982d53a86d76
branches: trunk
changeset: 362042:982d53a86d76
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Sun Feb 27 01:03:14 2022 +0000
description:
lwp.h: correct grammar in a comment
diffstat:
sys/sys/lwp.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6bbd87aaaa24 -r 982d53a86d76 sys/sys/lwp.h
--- a/sys/sys/lwp.h Sat Feb 26 23:07:28 2022 +0000
+++ b/sys/sys/lwp.h Sun Feb 27 01:03:14 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.212 2020/10/23 00:25:45 thorpej Exp $ */
+/* $NetBSD: lwp.h,v 1.213 2022/02/27 01:03:14 gutteridge Exp $ */
/*
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010, 2019, 2020
@@ -512,7 +512,7 @@
#define curproc (curlwp->l_proc)
/*
- * This provide a way for <machine/cpu.h> to get l_cpu for curlwp before
+ * This provides a way for <machine/cpu.h> to get l_cpu for curlwp before
* struct lwp is defined.
*/
static __inline struct cpu_info *
Home |
Main Index |
Thread Index |
Old Index