Skip to content

Commit 4112b04

Browse files
tkatilauniemimu
andauthored
Update cmd/gpu_plugin/gpu_plugin.go
Co-authored-by: Ukri Niemimuukko <[email protected]>
1 parent 1938c60 commit 4112b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gpu_plugin/gpu_plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type cliOptions struct {
6464

6565
type preferredAllocationPolicyFunc func(*pluginapi.ContainerPreferredAllocationRequest) []string
6666

67-
// nonePolicy is used for allocating GPU devices randombly, while trying
67+
// nonePolicy is used for allocating GPU devices randomly, while trying
6868
// to select as many individual GPU devices as requested.
6969
func nonePolicy(req *pluginapi.ContainerPreferredAllocationRequest) []string {
7070
klog.V(2).Info("Select nonePolicy for GPU device allocation")

0 commit comments

Comments
 (0)