From 590bef0969e12dc449181279de6af094105b90d7 Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Fri, 5 Apr 2019 14:43:51 -0600 Subject: [PATCH] chore: fix bad comments --- builder/osc/bsu/builder.go | 2 +- builder/osc/common/step_cleanup_volumes.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/osc/bsu/builder.go b/builder/osc/bsu/builder.go index 0c51768f3..c04e451c2 100644 --- a/builder/osc/bsu/builder.go +++ b/builder/osc/bsu/builder.go @@ -1,4 +1,4 @@ -// The amazonebs package contains a packer.Builder implementation that +// The bsu package contains a packer.Builder implementation that // builds OMIs for Outscale OAPI. // // In general, there are two types of OMIs that can be created: ebs-backed or diff --git a/builder/osc/common/step_cleanup_volumes.go b/builder/osc/common/step_cleanup_volumes.go index a65b1325d..79d3e123f 100644 --- a/builder/osc/common/step_cleanup_volumes.go +++ b/builder/osc/common/step_cleanup_volumes.go @@ -75,7 +75,7 @@ func (s *StepCleanupVolumes) Cleanup(state multistep.StateBag) { } // Filter out any devices created as part of the launch mappings, since - // we'll let amazon follow the `delete_on_termination` setting. + // we'll let outscale follow the `delete_on_vm_deletion` setting. for _, b := range s.BlockDevices.LaunchMappings { for volKey, volName := range volList { if volName == b.DeviceName {