diff --git a/builder/azure/chroot/builder.go b/builder/azure/chroot/builder.go index 27f763706..ee2dbe08f 100644 --- a/builder/azure/chroot/builder.go +++ b/builder/azure/chroot/builder.go @@ -1,7 +1,7 @@ //go:generate struct-markdown -// Package chroot is able to create an Azure manage image without requiring the -// launch of a new instance for every build. It does this by attaching and +// Package chroot is able to create an Azure managed image without requiring the +// launch of a new virtual machine for every build. It does this by attaching and // mounting the root disk and chrooting into that directory. // It then creates a managed image from that attached disk. package chroot