summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
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.