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-09-11 14:06:48 +02:00
parent 4105a551e5
commit 02709aefbc

View file

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