git » go-net » commit 8bf2b39

bpf: fix a typo

author Mikio Hara
2016-06-18 00:37:29 UTC
committer Mikio Hara
2016-06-19 23:45:41 UTC
parent 1961d9def2b2d7a28d7958926d2457d05a178ecd

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>

bpf/vm_test.go +1 -1

diff --git a/bpf/vm_test.go b/bpf/vm_test.go
index be3e761..6bd4dd5 100644
--- a/bpf/vm_test.go
+++ b/bpf/vm_test.go
@@ -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