summaryrefslogtreecommitdiff
path: root/docs/BLOCK_DEVICE_LOCKING.md
diff options
context:
space:
mode:
authorMichael Prokop <mika@grml.org>2019-06-27 09:54:20 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-27 10:43:21 +0200
commitd238709c14c89884b2fdfc72c8228a4f30874df1 (patch)
tree5e6a523c006ae991bac9aba5ad93cafdc757d725 /docs/BLOCK_DEVICE_LOCKING.md
parentf9d269e14ddc77942ee6081e5317a9e0beb0ece9 (diff)
downloadsystemd-d238709c14c89884b2fdfc72c8228a4f30874df1.tar.gz
docs: fix typos and duplicate words
s/and and/and/ s/explicity/explicitly/ s/that that/that/ s/the the/the/ s/is is/it is/ s/overriden/overridden/
Diffstat (limited to 'docs/BLOCK_DEVICE_LOCKING.md')
-rw-r--r--docs/BLOCK_DEVICE_LOCKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BLOCK_DEVICE_LOCKING.md b/docs/BLOCK_DEVICE_LOCKING.md
index 58178ad2f7..5509b41942 100644
--- a/docs/BLOCK_DEVICE_LOCKING.md
+++ b/docs/BLOCK_DEVICE_LOCKING.md
@@ -34,7 +34,7 @@ formatting tools to safely and easily take exclusive ownership of a block
device while operating: before starting work on the block device, they should
take an `LOCK_EX` lock on it. This has two effects: first of all, in case
`systemd-udevd` is still processing the device the tool will wait for it to
-finish. Second, after the lock is taken, it can be sure that that
+finish. Second, after the lock is taken, it can be sure that
`systemd-udevd` will refrain from processing the block device, and thus all
other client applications subscribed to it won't get device notifications from
potentially half-written data either. After the operation is complete the