Module Name: src
Committed By: dholland
Date: Fri Jun 12 19:18:30 UTC 2015
Modified Files:
src/sys/kern: subr_pserialize.c
Log Message:
Typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/subr_pserialize.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/subr_pserialize.c
diff -u src/sys/kern/subr_pserialize.c:1.7 src/sys/kern/subr_pserialize.c:1.8
--- src/sys/kern/subr_pserialize.c:1.7 Thu Feb 7 23:37:58 2013
+++ src/sys/kern/subr_pserialize.c Fri Jun 12 19:18:30 2015
@@ -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 @@ pserialize_destroy(pserialize_t psz)
* 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