Quellcode durchsuchen

Merge pull request #17 from NanXiao/patch-1

README.md: fix a typo
Quentin Monnet vor 8 Jahren
Ursprung
Commit
f1e69a8f83
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ tcpdump so as to avoid useless copies to user-space. It was ported to Linux,
 where it evolved into eBPF (_extended_ BPF), a faster version with more
 features. While BPF programs are originally intended to run in the kernel, the
 virtual machine of this crate enables running it in user-space applications;
-it contains an interpreter, a x86_64 JIT-compiler for eBPF programs, as well as
+it contains an interpreter, an x86_64 JIT-compiler for eBPF programs, as well as
 a disassembler.
 
 It is based on Rich Lane's [uBPF software](https://github.com/iovisor/ubpf/),