1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2016-05-14 16:02:06 +02:00
parent 672eada76e
commit a5e63174b0

View file

@ -241,7 +241,7 @@ int handle_syscalls(int s)
//stop_hermit();
if (arg == -14)
fprintf(stderr, "Does HermitCore receive an exception?");
fprintf(stderr, "Does HermitCore receive an exception?\n");
exit(arg);
break;
}