mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
spelling: removes
This commit is contained in:
@@ -16,7 +16,7 @@ type resourceContainerContext struct {
|
||||
cgLock sync.Mutex
|
||||
}
|
||||
|
||||
// clientCleanup remoevs this host's Cgroup from the Nomad Client's context
|
||||
// clientCleanup removes this host's Cgroup from the Nomad Client's context
|
||||
func clientCleanup(ic *dstructs.IsolationConfig, pid int) error {
|
||||
if err := DestroyCgroup(ic.Cgroup, ic.CgroupPaths, pid); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user