Skip to content

Commit 963c5d4

Browse files
ColinIanKingctmarinas
authored andcommitted
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>
1 parent 031d1f2 commit 963c5d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/testing/selftests/arm64/fp/kernel-test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ static bool compute_digest(void *buf)
233233
reread:
234234
ret = recv(sock, buf, digest_len, 0);
235235
if (ret == 0) {
236-
printf("No disgest returned\n");
236+
printf("No digest returned\n");
237237
return false;
238238
}
239239
if (ret != digest_len) {
@@ -308,7 +308,7 @@ int main(void)
308308

309309
while (true) {
310310
if (!compute_digest(digest)) {
311-
printf("Failed to coempute digest, iter=%d\n", iter);
311+
printf("Failed to compute digest, iter=%d\n", iter);
312312
return EXIT_FAILURE;
313313
}
314314

0 commit comments

Comments
 (0)