summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorYuri Chornoivan2017-02-10 12:05:04 +0100
committerKarel Zak2017-02-13 14:10:12 +0100
commita7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b (patch)
tree98f814db2e7cb1fb841bfdab663ba789f05deecd /term-utils/agetty.c
parentfindmnt: use line separator for --poll output (diff)
downloadkernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.gz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.xz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.zip
docs: Fix word repetitions
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index a2d367bac..830128e84 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -2537,7 +2537,7 @@ static void init_special_char(char* arg, struct options *op)
}
/*
- * Appends @str to @dest and if @dest is not empty then use use @sep as a
+ * Appends @str to @dest and if @dest is not empty then use @sep as a
* separator. The maximal final length of the @dest is @len.
*
* Returns the final @dest length or -1 in case of error.