Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Typo in comment.
details: https://anonhg.NetBSD.org/src/rev/3ab3a9688119
branches: trunk
changeset: 338867:3ab3a9688119
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jun 12 19:18:30 2015 +0000
description:
Typo in comment.
diffstat:
sys/kern/subr_pserialize.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8edc49794f36 -r 3ab3a9688119 sys/kern/subr_pserialize.c
--- a/sys/kern/subr_pserialize.c Fri Jun 12 19:06:32 2015 +0000
+++ b/sys/kern/subr_pserialize.c Fri Jun 12 19:18:30 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_pserialize.c,v 1.7 2013/02/07 23:37:58 rmind Exp $ */
+/* $NetBSD: subr_pserialize.c,v 1.8 2015/06/12 19:18:30 dholland Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_pserialize.c,v 1.7 2013/02/07 23:37:58 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pserialize.c,v 1.8 2015/06/12 19:18:30 dholland Exp $");
#include <sys/param.h>
@@ -131,7 +131,7 @@
* Perform the write side of passive serialization. The calling
* thread holds an exclusive lock on the data object(s) being updated.
* We wait until every processor in the system has made at least two
- * passes through cpu_swichto(). The wait is made with the caller's
+ * passes through cpu_switchto(). The wait is made with the caller's
* update lock held, but is short term.
*/
void
Home |
Main Index |
Thread Index |
Old Index