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

remove typos

This commit is contained in:
Stefan Lankes 2017-02-19 11:58:44 +01:00
parent 495b48e2cd
commit dae37ee2b1

View file

@ -383,7 +383,7 @@ static int init_qemu(char *path)
qemu_argv[i+1] = "SandyBridge";
}*/
str = getenv("HERMIT_MONITOR")
str = getenv("HERMIT_MONITOR");
if (str && (strcmp(str, "0") != 0))
{
for(; qemu_argv[i] != NULL; i++)
@ -421,6 +421,7 @@ static int init_qemu(char *path)
for(i=0; qemu_argv[i] != NULL; i++)
printf("%s ", qemu_argv[i]);
printf("\n");
fflush(stdout);
}