Module Name: src Committed By: skrll Date: Sun Oct 12 06:00:14 UTC 2014
Modified Files: src/sys/arch/arm/include: mutex.h Log Message: Typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/include/mutex.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/include/mutex.h diff -u src/sys/arch/arm/include/mutex.h:1.17 src/sys/arch/arm/include/mutex.h:1.18 --- src/sys/arch/arm/include/mutex.h:1.17 Fri Aug 8 07:34:02 2014 +++ src/sys/arch/arm/include/mutex.h Sun Oct 12 06:00:14 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: mutex.h,v 1.17 2014/08/08 07:34:02 skrll Exp $ */ +/* $NetBSD: mutex.h,v 1.18 2014/10/12 06:00:14 skrll Exp $ */ /*- * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc. @@ -62,7 +62,7 @@ struct kmutex { /* Spin mutex */ struct { /* - * Since the low bit of mtax_owner is used to flag this + * Since the low bit of mtxa_owner is used to flag this * mutex as a spin mutex, we can't use the first byte * or the last byte to store the ipl or lock values. */