From 76064e3e2d562860b6f5fd32fdf20636f08ddf95 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 --- src/runtime/virtcontainers/types/asset.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/runtime/virtcontainers/types/asset.go b/src/runtime/virtcontainers/types/asset.go index 46a7313a5f..7dc111f831 100644 --- a/src/runtime/virtcontainers/types/asset.go +++ b/src/runtime/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.