mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
kselftest/arm64: Fix a couple of spelling mistakes
There are two spelling mistakes in some error messages. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20240613073429.1797451-1-colin.i.king@gmail.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
031d1f20d5
commit
963c5d4968
|
|
@ -233,7 +233,7 @@ static bool compute_digest(void *buf)
|
|||
reread:
|
||||
ret = recv(sock, buf, digest_len, 0);
|
||||
if (ret == 0) {
|
||||
printf("No disgest returned\n");
|
||||
printf("No digest returned\n");
|
||||
return false;
|
||||
}
|
||||
if (ret != digest_len) {
|
||||
|
|
@ -308,7 +308,7 @@ int main(void)
|
|||
|
||||
while (true) {
|
||||
if (!compute_digest(digest)) {
|
||||
printf("Failed to coempute digest, iter=%d\n", iter);
|
||||
printf("Failed to compute digest, iter=%d\n", iter);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user