Skip to content

Commit 59bd324

Browse files
authored
Merge pull request #16 from metcalfc/patch-1
Fix typo.
2 parents 444f4e3 + 38421cf commit 59bd324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/bpf-vm/301-bpfvm-explaination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 301
55

66
# The BPF in-kernel Virtual Machine
77

8-
- Implements a general purpose lowe level RISC instructions
8+
- Implements a general purpose low level RISC instructions
99
- Runs the instructions in response to events triggered by the kernel
1010
- Implements a verifier, so that your programs can't break the kernel
1111
- Has different interfaces for different types of programs

0 commit comments

Comments
 (0)