From f53406f6f63e8825532b45ab60b6a501a7110837 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 28 Oct 2020 14:56:02 +0000 Subject: [PATCH] asset: Formatting, grammar and whitespace Improve formatting, grammar and whitespace. Signed-off-by: James O. D. Hunt --- virtcontainers/types/asset.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/virtcontainers/types/asset.go b/virtcontainers/types/asset.go index eaeaf418cd..cac7d4b0d3 100644 --- a/virtcontainers/types/asset.go +++ b/virtcontainers/types/asset.go @@ -45,15 +45,16 @@ const ( // ImageAsset is an image asset. ImageAsset AssetType = "image" - // InitrdAsset is an intird asset. + // InitrdAsset is an initrd asset. InitrdAsset AssetType = "initrd" // HypervisorAsset is an hypervisor asset. HypervisorAsset AssetType = "hypervisor" - // HypervisorCtlAsset is an hypervisor control asset. + // HypervisorCtlAsset is a hypervisor control asset. HypervisorCtlAsset AssetType = "hypervisorctl" - // JailerAsset is an jailer asset. + + // JailerAsset is a jailer asset. JailerAsset AssetType = "jailer" // FirmwareAsset is a firmware asset.