diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-18 12:59:29 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-18 12:59:29 +0900 |
commit | 458610429f077db352768ca6106a1ffad9c7673d (patch) | |
tree | 9b58eecc58203feda4d2029cefe4dc51116df269 /src/cryptenroll/cryptenroll-wipe.c | |
parent | d7d1d18fd25e3d6c7f3d1841e0502fadb8cecbf9 (diff) | |
download | systemd-458610429f077db352768ca6106a1ffad9c7673d.tar.gz |
tree-wide: fix typo
Diffstat (limited to 'src/cryptenroll/cryptenroll-wipe.c')
-rw-r--r-- | src/cryptenroll/cryptenroll-wipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptenroll/cryptenroll-wipe.c b/src/cryptenroll/cryptenroll-wipe.c index 3c4a4e6acb..2f0f68fe86 100644 --- a/src/cryptenroll/cryptenroll-wipe.c +++ b/src/cryptenroll/cryptenroll-wipe.c @@ -258,7 +258,7 @@ static int find_slot_tokens(struct crypt_device *cd, Set *wipe_slots, Set *keep_ return log_oom(); } - /* And of course, als remember the tokens to remove. */ + /* And of course, also remember the tokens to remove. */ if (shall_wipe) if (set_put(wipe_tokens, INT_TO_PTR(token)) < 0) return log_oom(); |