Browse Source

Merge pull request #17 from NanXiao/patch-1

README.md: fix a typo
Quentin Monnet 8 years ago
parent
commit
f1e69a8f83
1 changed files with 1 additions and 1 deletions
  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
 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
 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;
 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.
 a disassembler.
 
 
 It is based on Rich Lane's [uBPF software](https://github.com/iovisor/ubpf/),
 It is based on Rich Lane's [uBPF software](https://github.com/iovisor/ubpf/),