fix comment mistake

pull/6/head
zouyee 2017-06-23 14:06:46 +08:00
parent a3501fb994
commit 5e56e5294a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ type Metadata struct {
// .. and other fields we don't care about. Expand as necessary.
}
// parseMetadataUUID reads JSON from OpenStack metadata server and parses
// parseMetadata reads JSON from OpenStack metadata server and parses
// instance ID out of it.
func parseMetadata(r io.Reader) (*Metadata, error) {
var metadata Metadata