From 2ff4836370fcd5b78e6780ce0630bca689b6f829 Mon Sep 17 00:00:00 2001 From: YASH PATEL <44220455+yash982000@users.noreply.github.com> Date: Sat, 5 Dec 2020 14:17:25 +0530 Subject: [PATCH] Small Typo fixed (#115) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0db2b64..006824e92 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ and enable the network support: $ HERMIT_ISLE=uhyve HERMIT_IP="10.0.5.3" HERMIT_GATEWAY="10.0.5.1" HERMIT_MASk="255.255.255.0" HERMIT_NETIF=tap100 bin/proxy x86_64-hermit/extra/tests/hello ``` -If `qemu` is used as hyervisor, the virtual machine emulates an RTL8139 ethernet interface and opens at least one TCP/IP ports. +If `qemu` is used as hypervisor, the virtual machine emulates an RTL8139 ethernet interface and opens at least one TCP/IP ports. It is used for the communication between HermitCore application and its proxy. With the environment variable `HERMIT_PORT`, the default port (18766) can be changed for the communication.