Commit 005f8c49 authored by hangaoshuai's avatar hangaoshuai

fix some typos in comments

parent ace0e7a6
...@@ -86,7 +86,7 @@ func (a *cpuAccumulator) freeCores() []int { ...@@ -86,7 +86,7 @@ func (a *cpuAccumulator) freeCores() []int {
// Returns CPU IDs as a slice sorted by: // Returns CPU IDs as a slice sorted by:
// - socket affinity with result // - socket affinity with result
// - number of CPUs available on the same sockett // - number of CPUs available on the same socket
// - number of CPUs available on the same core // - number of CPUs available on the same core
// - socket ID. // - socket ID.
// - core ID. // - core ID.
......
...@@ -58,7 +58,7 @@ type realContainerGC struct { ...@@ -58,7 +58,7 @@ type realContainerGC struct {
// Policy for garbage collection. // Policy for garbage collection.
policy ContainerGCPolicy policy ContainerGCPolicy
// sourcesReadyProvider provides the readyness of kubelet configuration sources. // sourcesReadyProvider provides the readiness of kubelet configuration sources.
sourcesReadyProvider SourcesReadyProvider sourcesReadyProvider SourcesReadyProvider
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment