diff options
| author | Jonathan Corbet <[email protected]> | 2015-09-07 13:18:03 -0600 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2015-09-08 09:02:17 +0200 |
| commit | edcd591c77a48da753456f92daf8bb50fe9bac93 (patch) | |
| tree | e6dc619e1ce86cd63327f28780029f659f30686a /include/linux | |
| parent | d420acd816c07c7be31bd19d09cbcb16e5572fa6 (diff) | |
locking/static_keys: Fix a silly typo
Commit:
412758cb2670 ("jump label, locking/static_keys: Update docs")
introduced a typo that might as well get fixed.
Signed-off-by: Jonathan Corbet <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/jump_label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 7f653e8f6690..0684bd3a48fc 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -22,7 +22,7 @@ * DEFINE_STATIC_KEY_TRUE(key); * DEFINE_STATIC_KEY_FALSE(key); * static_key_likely() - * statick_key_unlikely() + * static_key_unlikely() * * Jump labels provide an interface to generate dynamic branches using * self-modifying code. Assuming toolchain and architecture support, if we |