public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] syscalls/clock_gettime: Fix typo
@ 2021-05-13 12:23 Konstantin Aladyshev
  2021-05-13 15:55 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Aladyshev @ 2021-05-13 12:23 UTC (permalink / raw)
  To: ltp

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
---
 testcases/kernel/syscalls/clock_gettime/clock_gettime02.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/clock_gettime/clock_gettime02.c b/testcases/kernel/syscalls/clock_gettime/clock_gettime02.c
index b0a9e9067..1159dbd13 100644
--- a/testcases/kernel/syscalls/clock_gettime/clock_gettime02.c
+++ b/testcases/kernel/syscalls/clock_gettime/clock_gettime02.c
@@ -120,7 +120,7 @@ static void verify_clock_gettime(unsigned int i)
 	TEST(tv->clock_gettime(tc[i].clktype, ts));
 
 	if (TST_RET != -1) {
-		tst_res(TFAIL, "clock_gettime(2): clock %s passed unexcpectedly",
+		tst_res(TFAIL, "clock_gettime(2): clock %s passed unexpectedly",
 			tst_clock_name(tc[i].clktype));
 		return;
 	}
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-13 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-13 12:23 [LTP] [PATCH] syscalls/clock_gettime: Fix typo Konstantin Aladyshev
2021-05-13 15:55 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox