static_keys.txt: Fix trivial spelling mistake
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Mon, 4 Feb 2019 08:46:57 +0000 (14:16 +0530)
committerJonathan Corbet <corbet@lwn.net>
Wed, 6 Feb 2019 23:44:16 +0000 (16:44 -0700)
Fix the spelling of 'functionnality' -> 'functionality'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/static-keys.txt

index d681355..9803e14 100644 (file)
@@ -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()