From 9bd69a33e60c1033feda459fc5cf5dacaeea0321 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 9 Mar 2007 11:30:28 +0000 Subject: [PATCH] Typo in comment. --- sys/arch/arm/include/mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm/include/mutex.h b/sys/arch/arm/include/mutex.h index 9af10a374cdd..a933abd8d619 100644 --- a/sys/arch/arm/include/mutex.h +++ b/sys/arch/arm/include/mutex.h @@ -1,4 +1,4 @@ -/* $NetBSD: mutex.h,v 1.5 2007/03/09 07:13:06 thorpej Exp $ */ +/* $NetBSD: mutex.h,v 1.6 2007/03/09 11:30:28 skrll Exp $ */ /*- * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ * to interrupts. * * SMP for spin mutexes is easy - we don't need to know who owns the lock. - * For adaptive mutexes, we need an aditional interlock. + * For adaptive mutexes, we need an additional interlock. * * Unfortunately, not all ARM kernels are linked at the same address, * meaning we cannot safely overlay the interlock with the MSB of the