Fix typo: a -> an (#21422)

This commit is contained in:
Aiham 2021-11-25 17:01:30 +11:00 committed by GitHub
parent 41cc7af7cd
commit 88f8c89f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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