Skip to content

Commit 7e6841a

Browse files
klihubmikebrow
andcommitted
pkg/adaptation: fix grammatical mistakes in comments.
Co-authored-by: Mike Brown <brownwm@us.ibm.com> Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent 5d8ef25 commit 7e6841a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/adaptation/result.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)