We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1938c60 commit 4112b04Copy full SHA for 4112b04
cmd/gpu_plugin/gpu_plugin.go
@@ -64,7 +64,7 @@ type cliOptions struct {
64
65
type preferredAllocationPolicyFunc func(*pluginapi.ContainerPreferredAllocationRequest) []string
66
67
-// nonePolicy is used for allocating GPU devices randombly, while trying
+// nonePolicy is used for allocating GPU devices randomly, while trying
68
// to select as many individual GPU devices as requested.
69
func nonePolicy(req *pluginapi.ContainerPreferredAllocationRequest) []string {
70
klog.V(2).Info("Select nonePolicy for GPU device allocation")
0 commit comments