summaryrefslogtreecommitdiff
path: root/src/shared/ask-password-api.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-16 10:27:47 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-19 15:18:54 +0100
commitf95dbcc27b02396d1ca865cfd5effa7b205e762a (patch)
treeedff04ee35cea54599e940c25ddd3aba86aa5136 /src/shared/ask-password-api.c
parentf4aa0bde1cdb2a975be2ca2be4c68eb982d62460 (diff)
downloadsystemd-f95dbcc27b02396d1ca865cfd5effa7b205e762a.tar.gz
Some comment adjustments
Follow up for review of #8184.
Diffstat (limited to 'src/shared/ask-password-api.c')
-rw-r--r--src/shared/ask-password-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c
index a0ee05e2d8..4fa9188957 100644
--- a/src/shared/ask-password-api.c
+++ b/src/shared/ask-password-api.c
@@ -209,7 +209,7 @@ static void backspace_string(int ttyfd, const char *str) {
if (ttyfd < 0)
return;
- /* Backspaces back for enough characters to entirely undo printing of the specified string. */
+ /* Backspaces through enough characters to entirely undo printing of the specified string. */
m = utf8_n_codepoints(str);
if (m == (size_t) -1)