Skip to content

Commit

Permalink
pkg/adaptation: fix grammatical mistakes in comments.
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Brown <[email protected]>
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub and mikebrow committed Aug 12, 2024
1 parent 32f8dbb commit 3190d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/adaptation/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ func (r *result) adjustCDIDevices(devices []*CDIDevice, plugin string) error {
// CDI devices are opaque references, typically to vendor specific
// devices. They get resolved to actual devices and potential related
// mounts, environment variables, etc. in the runtime. Unlike with
// devices, we only allow CDI devices references to be added to a
// devices, we only allow CDI device references to be added to a
// container, not removed. We pass them unresolved to the runtime and
// have them resolved there. Also unlike with devices, we don't include
// CDI device references in a creation requests. However, since there
// CDI device references in creation requests. However, since there
// is typically a strong ownership and a single related management entity
// per vendor/class for these devices we do treat multiple injection of
// the same CDI device reference as an error here.
Expand Down

0 comments on commit 3190d19

Please sign in to comment.