Skip to content

Commit 34fe3b5

Browse files
Fix typo (#79)
1 parent d3114d3 commit 34fe3b5

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
@@ -652,9 +652,9 @@ Enter the top directory of the Linux kernel source and use the following command
652652
```shell
653653
$ make menuconfig
654654
```
655-
The default kernel cofiguration will work for our testing environment, so just click `save` and we get `.config` on the top directory.
655+
The default kernel configuration will work for our testing environment, so just click `save` and we get `.config` on the top directory.
656656

657-
Before building the kernel, please ensure that all the needed packges or libraries have been installed in your machine.
657+
Before building the kernel, please ensure that all the needed packages or libraries have been installed in your machine.
658658

659659
Then Build the kernel:
660660
```shell
@@ -694,7 +694,7 @@ The `qemu_x86_64_defconfig` configuration will not fit the testing environment,
694694
$ make menuconfig
695695
```
696696

697-
We need a filesystem overlay for putting our `vwifi` kernel module and some user program's configuration file into the VM, so choose a place for the filesystem overlay (we recommand creating an empty directory for it).
697+
We need a filesystem overlay for putting our `vwifi` kernel module and some user program's configuration file into the VM, so choose a place for the filesystem overlay (we recommend creating an empty directory for it).
698698

699699
Also, we need network applications like `iw`, `hostapd` and `wpa_supplicant`.
700700
```

0 commit comments

Comments
 (0)