Merge pull request #852 from tianyin/patch-1

s/BBF/BPF
pull/854/head
Dave Tucker 9 months ago committed by GitHub
commit 8227aa5da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ or discover and contribute to a list of [Awesome Aya][awesome-aya] projects.
## Overview ## Overview
eBPF is a technology that allows running user-supplied programs inside the Linux eBPF is a technology that allows running user-supplied programs inside the Linux
kernel. For more info see [What is eBBF](https://ebpf.io/what-is-ebpf). kernel. For more info see [What is eBPF](https://ebpf.io/what-is-ebpf).
Aya is an eBPF library built with a focus on operability and developer Aya is an eBPF library built with a focus on operability and developer
experience. It does not rely on [libbpf] nor [bcc] - it's built from the ground experience. It does not rely on [libbpf] nor [bcc] - it's built from the ground

Loading…
Cancel
Save