Skip to content
Snippets Groups Projects
Commit dbd51aeb authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

tests/thread_exti: fix typo

parent ed2c9476
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ void *second_thread(void *arg)
NULL,
"nr4")
) == -1) {
puts("2nd: Error creating 4rd thread.");
puts("2nd: Error creating 4th thread.");
}
puts("2nd: exiting");
......@@ -89,7 +89,7 @@ int main(void)
NULL,
"nr2")
) == -1) {
puts("main: Error creating 3rd thread.");
puts("main: Error creating 2nd thread.");
}
puts("main: exiting");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment