diff options
Diffstat (limited to 'plugin/kubernetes/controller.go')
-rw-r--r-- | plugin/kubernetes/controller.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/controller.go b/plugin/kubernetes/controller.go index 92cb3758a..1c2b7d8ad 100644 --- a/plugin/kubernetes/controller.go +++ b/plugin/kubernetes/controller.go @@ -47,7 +47,7 @@ type dnsController interface { type dnsControl struct { // Modified tracks timestamp of the most recent changes - // It needs to be first because it is guarnteed to be 8-byte + // It needs to be first because it is guaranteed to be 8-byte // aligned ( we use sync.LoadAtomic with this ) modified int64 |