Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 74e9986

Browse files
chenhengqiandreeaflorescu
authored andcommitted
fix typo
Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
1 parent 4a9c7da commit 74e9986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ For this example we assume that you have both linux and kvm-bindings
2727
repositories in your root.
2828

2929
```bash
30-
# Step 1: Crate a new module using the name of the architecture in src/
30+
# Step 1: Create a new module using the name of the architecture in src/
3131
cd kvm-bindings
3232
mkdir src/arm64
3333
cd ~
3434

3535
# linux is the repository that you cloned at the previous step.
3636
cd linux
3737
# Step 2: Checkout the version you want to generate the bindings for.
38-
git checkout v4.14
38+
git checkout v4.20
3939

4040
# Step 3: Generate the bindings.
4141
# This will generate the headers for the targeted architecture and place them

0 commit comments

Comments
 (0)