Skip to content

Commit 4c99f6c

Browse files
klihubmikebrow
andauthored
pkg/adaptation: fix grammatical mistakes in comments.
Co-authored-by: Mike Brown <[email protected]> Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 460b41a commit 4c99f6c

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
@@ -399,10 +399,10 @@ func (r *result) adjustCDIDevices(devices []*CDIDevice, plugin string) error {
399399
// CDI devices are opaque references, typically to vendor specific
400400
// devices. They get resolved to actual devices and potential related
401401
// mounts, environment variables, etc. in the runtime. Unlike with
402-
// devices, we only allow CDI devices references to be added to a
402+
// devices, we only allow CDI device references to be added to a
403403
// container, not removed. We pass them unresolved to the runtime and
404404
// have them resolved there. Also unlike with devices, we don't include
405-
// CDI device references in a creation requests. However, since there
405+
// CDI device references in creation requests. However, since there
406406
// is typically a strong ownership and a single related management entity
407407
// per vendor/class for these devices we do treat multiple injection of
408408
// the same CDI device reference as an error here.

0 commit comments

Comments
 (0)