bpf: fix a typo

Change-Id: I5b865483bf6a8bba07934ae3b1ff5bbbf6dd6a00
Reviewed-on: https://go-review.googlesource.com/24240
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Tom Heng <zhm20070928@gmail.com>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
This commit is contained in:
Mikio Hara
2016-06-18 09:37:29 +09:00
parent 1961d9def2
commit 8bf2b39827

View File

@@ -112,7 +112,7 @@ func ExampleNewVM() {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0x00, 0x11, 0x22, 0x33, 0x44, 0x55,
0x08, 0x06,
// Payload ommitted for brevity
// Payload omitted for brevity
}
// Run our VM's BPF program using the Ethernet frame as input