summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/binderfs.rst
diff options
context:
space:
mode:
authorAndrew Klychkov <andrew.a.klychkov@gmail.com>2020-12-04 10:02:35 +0300
committerJonathan Corbet <corbet@lwn.net>2020-12-08 20:25:42 +0300
commitb2105aa2c6481fda72c1825800b753a0bf614517 (patch)
treeddd03ea890086cecea0dbb5eb48296d9f1e78eac /Documentation/admin-guide/binderfs.rst
parent9113584012847a7573d191b4544e1f6ed12a8142 (diff)
downloadlinux-b2105aa2c6481fda72c1825800b753a0bf614517.tar.xz
Documentation: fix typos found in admin-guide subdirectory
Fixed twelve typos in cppc_sysfs.rst, binderfs.rst, paride.rst, zram.rst, bug-hunting.rst, introduction.rst, usage.rst, dm-crypt.rst Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com> Reviewed-by: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20201204070235.GA48631@spblnx124.lan Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/binderfs.rst')
-rw-r--r--Documentation/admin-guide/binderfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/binderfs.rst b/Documentation/admin-guide/binderfs.rst
index 8243af9b3510..199d84314a14 100644
--- a/Documentation/admin-guide/binderfs.rst
+++ b/Documentation/admin-guide/binderfs.rst
@@ -70,5 +70,5 @@ Deleting binder Devices
Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means
that the `rm() <rm_>`_ tool can be used to delete them. Note that the
``binder-control`` device cannot be deleted since this would make the binderfs
-instance unuseable. The ``binder-control`` device will be deleted when the
+instance unusable. The ``binder-control`` device will be deleted when the
binderfs instance is unmounted and all references to it have been dropped.