Ver código fonte

Fix typo in README.md

Nan Xiao 8 anos atrás
pai
commit
c02af2c59d
1 arquivos alterados com 1 adições e 1 exclusões
  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/),