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
4145ecbad5
commit
3cda5905f4
2 changed files with 2 additions and 2 deletions
|
@ -448,7 +448,7 @@ static int initd(void* arg)
|
|||
len = sizeof(struct sockaddr_in);
|
||||
|
||||
kprintf("Boot time: %d ms\n", (get_clock_tick() * 1000) / TIMER_FREQ);
|
||||
kputs("TCP server listening.\n");
|
||||
kputs("TCP server is listening.\n");
|
||||
|
||||
if ((c = lwip_accept(s, (struct sockaddr *)&client, (socklen_t*)&len)) < 0)
|
||||
{
|
||||
|
|
|
@ -167,7 +167,7 @@ static int is_qemu_available(void)
|
|||
return 0;
|
||||
|
||||
while(getline(&line, &n, file) > 0) {
|
||||
if (strncmp(line, "TCP server listening.\n", 2048) == 0) {
|
||||
if (strncmp(line, "TCP server is listening.\n", 2048) == 0) {
|
||||
ret = 1;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue