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

This reverts commit afa87c6a0b.
This commit is contained in:
Tyera Eulberg
2021-12-16 13:51:11 -07:00
committed by Tyera Eulberg
parent 20681ea2ce
commit 961509abbd

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