diff --git a/plugins/kernel_v2/config/disk.rb b/plugins/kernel_v2/config/disk.rb index 427a5f1b5..86fca0490 100644 --- a/plugins/kernel_v2/config/disk.rb +++ b/plugins/kernel_v2/config/disk.rb @@ -13,9 +13,9 @@ module VagrantPlugins # @return [String] attr_reader :id - # Name for the given Disk. Defaults to nil. + # File name for the given disk. Defaults to nil. # - # TODO: Should probably default to a string+short integer id + # TODO: Should probably default to a string+short integer id in the finalize method # # @return [String] attr_accessor :name