From 0136a73037a0bf57c7292448dd03947ca31c3c0f Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Wed, 15 Jun 2016 00:52:58 +0800 Subject: [PATCH] pkg/ns: fix misspelling in comment --- pkg/ns/ns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ns/ns.go b/pkg/ns/ns.go index e29f712c..320eed7b 100644 --- a/pkg/ns/ns.go +++ b/pkg/ns/ns.go @@ -29,7 +29,7 @@ import ( type NetNS interface { // Executes the passed closure in this object's network namespace, - // attemtping to restore the original namespace before returning. + // attempting to restore the original namespace before returning. // However, since each OS thread can have a different network namespace, // and Go's thread scheduling is highly variable, callers cannot // guarantee any specific namespace is set unless operations that