diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index fad76fa5e847..6913da1102d4 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -1,4 +1,4 @@ -/* $NetBSD: mutex.h,v 1.9 2007/03/10 16:01:13 ad Exp $ */ +/* $NetBSD: mutex.h,v 1.10 2007/05/29 21:23:30 alc Exp $ */ /*- * Copyright (c) 2002, 2006, 2007 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ * to acquire the lock determines if the thread that holds it is * currently running. If so, it spins, else it sleeps. * - * * Spin -- If the lock is already held, the thead attempting to + * * Spin -- If the lock is already held, the thread attempting to * acquire the lock spins. The IPL will be raised on entry. * * Machine dependent code must provide the following: