summaryrefslogtreecommitdiff
path: root/src/partition
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 20:53:14 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 23:32:43 +0900
commit3d62af7d235552af5ea9ec0a812cc522f6516574 (patch)
tree4e14d5b15b8ea224ba14bcd834c3fd534e636cc4 /src/partition
parent857f0e0ae38179faf07ab628cdec7ede5e596899 (diff)
downloadsystemd-3d62af7d235552af5ea9ec0a812cc522f6516574.tar.gz
tree-wide: fix "the the" and "a a"
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/repart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/repart.c b/src/partition/repart.c
index d0ee02067b..589acaa49d 100644
--- a/src/partition/repart.c
+++ b/src/partition/repart.c
@@ -4886,7 +4886,7 @@ static int run(int argc, char *argv[]) {
if (!arg_node)
return log_oom();
- /* Remember that the the device we are about to manipulate is actually the one we
+ /* Remember that the device we are about to manipulate is actually the one we
* allocated here, and thus to increase its backing file we know what to do */
node_is_our_loop = true;
}