Fix typo: a -> an (#21422) (#21424)

(cherry picked from commit 88f8c89f18)

Co-authored-by: Aiham <aiham@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-11-25 06:35:12 +00:00
committed by GitHub
parent 6e656deb59
commit 26f32a3288

View File

@ -21,7 +21,7 @@ currently supports writing programs in Rust and C/C++.
BPF provides an efficient [instruction
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.
## Memory map