Skip to content

Commit ac345bd

Browse files
authored
Fix grammatical errors (#713)
1 parent f5baea4 commit ac345bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Build with a larger `INITRD_SIZE` (e.g., 64 MiB) to run SDL-oriented application
111111
```shell
112112
$ make system ENABLE_SYSTEM=1 ENABLE_SDL=1 INITRD_SIZE=64
113113
```
114-
Once login the guestOS, run `doom-riscv` or `quake` or `smolnes`. To terminate SDL-oriented applications, use the built-in exit utility, ctrl-c or the SDL window close button(X).
114+
Once log into the guestOS, run `doom-riscv` or `quake` or `smolnes`. To terminate SDL-oriented applications, use the built-in exit utility, ctrl-c or the SDL window close button(X).
115115
116116
#### Virtio Block Device (optional)
117117
Generate ext4 image file for virtio block device in Unix-like system:
@@ -471,10 +471,10 @@ Thus, the target system should have the Emscripten version 3.1.51 installed.
471471
472472
Moreover, `rv32emu` leverages the tail call optimization (TCO) and we have tested the WebAssembly
473473
execution in Chrome with at least MAJOR 112, Firefox with at least MAJOR 121 and Safari with at least version 18.2
474-
since they supports tail call feature. Please check your browser version and update if necessary, or install a compatible
474+
since they support tail call feature. Please check your browser version and update if necessary, or install a compatible
475475
browser before proceeding.
476476
477-
Source your Emscripten SDK environment before make. For macOS and Linux user:
477+
Source your Emscripten SDK environment before make. For macOS and Linux users:
478478
```shell
479479
$ source ~/emsdk/emsdk_env.sh
480480
```

0 commit comments

Comments
 (0)