Typo in comment.
This commit is contained in:
parent
28bb489865
commit
aad8cec383
@ -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.
|
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
|
||||||
@ -38,7 +38,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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>
|
#include <sys/param.h>
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ pserialize_destroy(pserialize_t psz)
|
|||||||
* Perform the write side of passive serialization. The calling
|
* Perform the write side of passive serialization. The calling
|
||||||
* thread holds an exclusive lock on the data object(s) being updated.
|
* 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
|
* 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.
|
* update lock held, but is short term.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user