summaryrefslogtreecommitdiff
path: root/include/linux/lockdep_types.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-05-12 20:04:28 +0200
committerIngo Molnar <mingo@kernel.org>2021-05-12 20:11:17 +0200
commit93d0955e6cf562d02aae37f5f8d98d9d9d16e0d4 (patch)
tree25dac744466f272eded55cd1418395070350e47e /include/linux/lockdep_types.h
parent88b06399c9c766c283e070b022b5ceafa4f63f19 (diff)
locking: Fix comment typos
A few snuck through. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/lockdep_types.h')
-rw-r--r--include/linux/lockdep_types.h2
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.