Commit 5e56e529 authored by zouyee's avatar zouyee

fix comment mistake

parent a3501fb9
...@@ -55,7 +55,7 @@ type Metadata struct { ...@@ -55,7 +55,7 @@ type Metadata struct {
// .. and other fields we don't care about. Expand as necessary. // .. 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. // instance ID out of it.
func parseMetadata(r io.Reader) (*Metadata, error) { func parseMetadata(r io.Reader) (*Metadata, error) {
var metadata Metadata var metadata Metadata
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment