File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,10 +401,10 @@ func (r *result) adjustCDIDevices(devices []*CDIDevice, plugin string) error {
401401 // CDI devices are opaque references, typically to vendor specific
402402 // devices. They get resolved to actual devices and potential related
403403 // mounts, environment variables, etc. in the runtime. Unlike with
404- // devices, we only allow CDI devices references to be added to a
404+ // devices, we only allow CDI device references to be added to a
405405 // container, not removed. We pass them unresolved to the runtime and
406406 // have them resolved there. Also unlike with devices, we don't include
407- // CDI device references in a creation requests. However, since there
407+ // CDI device references in creation requests. However, since there
408408 // is typically a strong ownership and a single related management entity
409409 // per vendor/class for these devices we do treat multiple injection of
410410 // the same CDI device reference as an error here.
You can’t perform that action at this time.
0 commit comments