summaryrefslogtreecommitdiffstats
path: root/sys/sys/mutex.h
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2014-01-28 17:27:54 +0000
committerjmg <jmg@FreeBSD.org>2014-01-28 17:27:54 +0000
commit17e24564634134c9b7145fcf8d1c7d51b93c3182 (patch)
tree80276f4e716d2a7ce2c471d0c7910aa3a00b082a /sys/sys/mutex.h
parent034bc4e9782684de48dc768d30bd7923dee7c98b (diff)
downloadFreeBSD-src-17e24564634134c9b7145fcf8d1c7d51b93c3182.zip
FreeBSD-src-17e24564634134c9b7145fcf8d1c7d51b93c3182.tar.gz
fix spelling of lock_initialized.. jhb approved..
MFC after: 1 week
Diffstat (limited to 'sys/sys/mutex.h')
-rw-r--r--sys/sys/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 39d8f45..3d5f08c 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -382,7 +382,7 @@ extern struct mtx_pool *mtxpool_sleep;
_sleep((chan), &(mtx)->lock_object, (pri), (wmesg), \
tick_sbt * (timo), 0, C_HARDCLOCK)
-#define mtx_initialized(m) lock_initalized(&(m)->lock_object)
+#define mtx_initialized(m) lock_initialized(&(m)->lock_object)
#define mtx_owned(m) (((m)->mtx_lock & ~MTX_FLAGMASK) == (uintptr_t)curthread)
OpenPOWER on IntegriCloud