aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/static-keys.txt
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>2019-02-04 14:16:57 +0530
committerJonathan Corbet <corbet@lwn.net>2019-02-06 16:44:16 -0700
commit560f28bcceb25c6c94b4c54afaf7b886d408e05a (patch)
treed226655b0928736bfb253817182eb162adf6e0f6 /Documentation/static-keys.txt
parentdoc: process: GPL -> GPL-compatible (diff)
downloadwireguard-linux-560f28bcceb25c6c94b4c54afaf7b886d408e05a.tar.xz
wireguard-linux-560f28bcceb25c6c94b4c54afaf7b886d408e05a.zip
static_keys.txt: Fix trivial spelling mistake
Fix the spelling of 'functionnality' -> 'functionality'. Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/static-keys.txt')
-rw-r--r--Documentation/static-keys.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt
index d68135560895..9803e14639bf 100644
--- a/Documentation/static-keys.txt
+++ b/Documentation/static-keys.txt
@@ -159,7 +159,7 @@ particularly the CPU hotplug lock (in order to avoid races against
CPUs being brought in the kernel while the kernel is getting
patched). Calling the static key API from within a hotplug notifier is
thus a sure deadlock recipe. In order to still allow use of the
-functionnality, the following functions are provided:
+functionality, the following functions are provided:
static_key_enable_cpuslocked()
static_key_disable_cpuslocked()