Fix typo: a -> an (#21422)
This commit is contained in:
parent
41cc7af7cd
commit
88f8c89f18
|
@ -21,7 +21,7 @@ currently supports writing programs in Rust and C/C++.
|
||||||
|
|
||||||
BPF provides an efficient [instruction
|
BPF provides an efficient [instruction
|
||||||
set](https://github.com/iovisor/bpf-docs/blob/master/eBPF.md) that can be
|
set](https://github.com/iovisor/bpf-docs/blob/master/eBPF.md) that can be
|
||||||
executed in a interpreted virtual machine or as efficient just-in-time compiled
|
executed in an interpreted virtual machine or as efficient just-in-time compiled
|
||||||
native instructions.
|
native instructions.
|
||||||
|
|
||||||
## Memory map
|
## Memory map
|
||||||
|
|
Loading…
Reference in New Issue