diff options
Diffstat (limited to 'sys/kern/kern_mtxpool.c')
| -rw-r--r-- | sys/kern/kern_mtxpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_mtxpool.c b/sys/kern/kern_mtxpool.c index 58158b9e791d..aab28b6fba40 100644 --- a/sys/kern/kern_mtxpool.c +++ b/sys/kern/kern_mtxpool.c @@ -24,7 +24,7 @@ */ /* Mutex pool routines. These routines are designed to be used as short - * term leaf mutexes (e.g. the last mutex you might aquire other then + * term leaf mutexes (e.g. the last mutex you might acquire other then * calling msleep()). They operate using a shared pool. A mutex is chosen * from the pool based on the supplied pointer (which may or may not be * valid). |
