annotations: Fix typo in comment

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: #901

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
Christophe de Dinechin 2020-05-19 17:52:32 +02:00
parent c16cdcb2a5
commit 11b9c90cd8

View File

@ -214,7 +214,7 @@ const (
TxRateLimiterMaxRate = kataAnnotHypervisorPrefix + "tx_rate_limiter_max_rate"
)
// Agent related annotations
// Runtime related annotations
const (
kataAnnotRuntimePrefix = kataConfAnnotationsPrefix + "runtime."
@ -238,6 +238,7 @@ const (
DisableNewNetNs = kataAnnotRuntimePrefix + "disable_new_netns"
)
// Agent related annotations
const (
kataAnnotAgentPrefix = kataConfAnnotationsPrefix + "agent."