Merge pull request #30 from dmitris/patch-1

fix typo
pull/31/head
Alessandro Decina 3 years ago committed by GitHub
commit 33a385c8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ async fn main() -> Result<(), anyhow::Error> {
ColorChoice::Auto,
)?;
// This will include youe eBPF object file as raw bytes at compile-time and load it at
// This will include your eBPF object file as raw bytes at compile-time and load it at
// runtime. This approach is recommended for most real-world use cases. If you would
// like to specify the eBPF program at runtime rather than at compile-time, you can
// reach for `Bpf::load_file` instead.

Loading…
Cancel
Save