mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
495b48e2cd
commit
dae37ee2b1
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue