Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/d75445e29509
branches:  trunk
changeset: 332931:d75445e29509
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 12 06:00:14 2014 +0000

description:
Typo in comment.

diffstat:

 sys/arch/arm/include/mutex.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb30745c1a3e -r d75445e29509 sys/arch/arm/include/mutex.h
--- a/sys/arch/arm/include/mutex.h      Sun Oct 12 05:41:24 2014 +0000
+++ b/sys/arch/arm/include/mutex.h      Sun Oct 12 06:00:14 2014 +0000
@@ -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 @@
                /* 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.
                         */



Home | Main Index | Thread Index | Old Index