diff options
author | Stan Drozd <drozdziak1@gmail.com> | 2017-04-21 13:16:03 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-27 15:54:39 -0600 |
commit | 9bb0e9cb04c82d6bf0e72f3207307d621083b801 (patch) | |
tree | af50f8b8cefc0b0b58acf6438c11a1d2f2e66dc4 /Documentation/static-keys.txt | |
parent | 1c4f128ed1cbadcfcb3c2d654b39268d592f716f (diff) | |
download | linux-stable-9bb0e9cb04c82d6bf0e72f3207307d621083b801.tar.gz linux-stable-9bb0e9cb04c82d6bf0e72f3207307d621083b801.tar.bz2 linux-stable-9bb0e9cb04c82d6bf0e72f3207307d621083b801.zip |
docs: Fix a couple typos
This commit gets rid of some minor errors in Documentation/:
* cputopology.txt: drawes -> drawers
* debugging-via-ohci1394.txt: remove an unnecessary line break
* static-keys: statemnts -> statements
* zorro.txt: busses -> buses
Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/static-keys.txt')
-rw-r--r-- | Documentation/static-keys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt index 32a25fad0c1b..ef419fd0897f 100644 --- a/Documentation/static-keys.txt +++ b/Documentation/static-keys.txt @@ -118,7 +118,7 @@ Or: Keys defined via DEFINE_STATIC_KEY_TRUE(), or DEFINE_STATIC_KEY_FALSE, may be used in either static_branch_likely() or static_branch_unlikely() -statemnts. +statements. Branch(es) can be set true via: |