git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bee295
)
pkg/ns: fix misspelling in comment
author
Pengfei Ni
<feiskyer@users.noreply.github.com>
Tue, 14 Jun 2016 16:52:58 +0000
(
00:52
+0800)
committer
Stefan Junker
<steveeJ@users.noreply.github.com>
Tue, 14 Jun 2016 16:52:58 +0000
(09:52 -0700)
pkg/ns/ns.go
patch
|
blob
|
history
diff --git
a/pkg/ns/ns.go
b/pkg/ns/ns.go
index
e29f712
..
320eed7
100644
(file)
--- 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,
- // attem
tp
ing to restore the original namespace before returning.
+ // attem
pt
ing 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