Skip to content

Commit

Permalink
Fix comment typos
Browse files Browse the repository at this point in the history
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
  • Loading branch information
zouy414 committed Oct 30, 2020
1 parent 72e8872 commit d0cabdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ var (
SecretDisksDir = mountBaseDir + "/secret-disks"
// DownwardAPIDisksDir represents a path to DownwardAPI iso images
DownwardAPIDisksDir = mountBaseDir + "/downwardapi-disks"
// ServiceAccountDisksDir represents a path to the ServiceAccount iso image
// ServiceAccountDiskDir represents a path to the ServiceAccount iso image
ServiceAccountDiskDir = mountBaseDir + "/service-account-disk"
// ServiceAccountDisksName represents the name of the ServiceAccount iso image
// ServiceAccountDiskName represents the name of the ServiceAccount iso image
ServiceAccountDiskName = "service-account.iso"

createISOImage = defaultCreateIsoImage
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/controller_ref_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (m *VirtualMachineControllerRefManager) ClaimVirtualMachines(vmis []*virtv1
return claimed, utilerrors.NewAggregate(errlist)
}

// ClaimDataVolume tries to take ownership of a list of DataVolumes.
// ClaimMatchedDataVolumes tries to take ownership of a list of DataVolumes.
//
// It will reconcile the following:
// * Adopt orphans if the selector matches.
Expand Down

0 comments on commit d0cabdc

Please sign in to comment.