summaryrefslogtreecommitdiff
path: root/src/basic/util.c
diff options
context:
space:
mode:
authorStefan Schweter <stefan@schweter.it>2016-10-02 19:37:21 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 08:50:54 +0200
commit5d3c70eec7861aa623adeac659ac4a6f890557d2 (patch)
tree415970c754f26b1ebe2021bc7f45c35dba02fb5e /src/basic/util.c
parent6a4cd88ce4bfa430a184c2f2b968aa5a21574d34 (diff)
tree-wide: remove consecutive duplicate words in comments
Diffstat (limited to 'src/basic/util.c')
-rw-r--r--src/basic/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/util.c b/src/basic/util.c
index f14dba9d9..27c3d4839 100644
--- a/src/basic/util.c
+++ b/src/basic/util.c
@@ -471,7 +471,7 @@ bool in_initrd(void) {
* 2. the root file system must be a memory file system
*
* The second check is extra paranoia, since misdetecting an
- * initrd can have bad bad consequences due the initrd
+ * initrd can have bad consequences due the initrd
* emptying when transititioning to the main systemd.
*/