Skip to content

Commit

Permalink
fix wrong comment
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ojea <[email protected]>
  • Loading branch information
aojea committed May 14, 2024
1 parent 20f7b42 commit 0b32005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/network-device-injector/network-device-injector.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (p *plugin) StopPodSandbox(_ context.Context, pod *api.PodSandbox) error {
return nil
}

// attach the network devices to the pod namespace
// release the network devices from the pod namespace
for _, n := range netdevices {
err = n.release(ns)
if err != nil {
Expand Down

0 comments on commit 0b32005

Please sign in to comment.