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

This reverts commit 26f32a3288.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:40 -07:00
committed by Tao Zhu
parent 49e9adbba4
commit afa87c6a0b

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 an interpreted virtual machine or as efficient just-in-time compiled
executed in a interpreted virtual machine or as efficient just-in-time compiled
native instructions.
## Memory map