Minor comment fix that could mislead.

This commit is contained in:
John Beisley 2015-06-06 11:04:25 +01:00
parent 9e7590f139
commit 9f336b0025

View File

@ -37,7 +37,7 @@ func (err ContextError) Error() string {
return fmt.Sprintf("%s: %v", err.Context, err.Err)
}
// MaybeRootDevice contains either a RootDevice (and URL) or an error.
// MaybeRootDevice contains either a RootDevice or an error.
type MaybeRootDevice struct {
// Set iff Err == nil.
Root *RootDevice