mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user