Skip to content

Commit 7859c0d

Browse files
klihubmikebrow
andcommitted
pkg/adaptation: fix grammatical mistakes in comments.
Co-authored-by: Mike Brown <[email protected]> Signed-off-by: Krisztian Litkey <[email protected]>
1 parent ec34222 commit 7859c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)