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 <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 031d1f2 commit 963c5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)