diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-05-12 21:04:28 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-05-12 21:11:17 +0300 |
commit | 93d0955e6cf562d02aae37f5f8d98d9d9d16e0d4 (patch) | |
tree | 25dac744466f272eded55cd1418395070350e47e /include | |
parent | 88b06399c9c766c283e070b022b5ceafa4f63f19 (diff) | |
download | linux-93d0955e6cf562d02aae37f5f8d98d9d9d16e0d4.tar.xz |
locking: Fix comment typos
A few snuck through.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lockdep_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep_types.h b/include/linux/lockdep_types.h index 2ec9ff5a7fff..3e726ace5c62 100644 --- a/include/linux/lockdep_types.h +++ b/include/linux/lockdep_types.h @@ -52,7 +52,7 @@ enum lockdep_lock_type { * NR_LOCKDEP_CACHING_CLASSES ... Number of classes * cached in the instance of lockdep_map * - * Currently main class (subclass == 0) and signle depth subclass + * Currently main class (subclass == 0) and single depth subclass * are cached in lockdep_map. This optimization is mainly targeting * on rq->lock. double_rq_lock() acquires this highly competitive with * single depth. |