Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
annotations: Fix typo in comment
Browse files Browse the repository at this point in the history
A comment talking about runtime related annotations describes them as
being related to the agent. A similar comment for the agent
annotations is missing.

Fixes: #3004

Signed-off-by: Christophe de Dinechin <[email protected]>
  • Loading branch information
c3d authored and fidencio committed Nov 11, 2020
1 parent a390728 commit 8c1199f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion virtcontainers/pkg/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const (
BlockDeviceCacheNoflush = kataAnnotHypervisorPrefix + "block_device_cache_noflush"
)

// Agent related annotations
// Runtime related annotations
const (
kataAnnotRuntimePrefix = kataConfAnnotationsPrefix + "runtime."

Expand All @@ -238,6 +238,7 @@ const (
DisableNewNetNs = kataAnnotRuntimePrefix + "disable_new_netns"
)

// Agent related annotations
const (
kataAnnotAgentPrefix = kataConfAnnotationsPrefix + "agent."

Expand Down

0 comments on commit 8c1199f

Please sign in to comment.