diff mbox series

[1/1] syscalls/times03.c: Fix typos

Message ID 20220527071522.4065-1-ycliang@andestech.com
State Accepted
Headers show
Series [1/1] syscalls/times03.c: Fix typos | expand

Commit Message

Leo Liang May 27, 2022, 7:15 a.m. UTC
Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
---
 testcases/kernel/syscalls/times/times03.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Li Wang May 30, 2022, 4:39 a.m. UTC | #1
Pushed, thanks.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/times/times03.c b/testcases/kernel/syscalls/times/times03.c
index c73fc0e8a..2712392ce 100644
--- a/testcases/kernel/syscalls/times/times03.c
+++ b/testcases/kernel/syscalls/times/times03.c
@@ -62,7 +62,7 @@  static void generate_stime(void)
 	/*
 	 * At least some CPU time must be used in system space. This is
 	 * achieved by executing the times(2) call for
-	 * atleast 2 secs. This logic makes it independant
+	 * at least 2 secs. This logic makes it independent
 	 * of the processor speed.
 	 */
 	start_time = time(NULL);