Minor comment fix that could mislead.
This commit is contained in:
parent
9e7590f139
commit
9f336b0025
@ -37,7 +37,7 @@ func (err ContextError) Error() string {
|
|||||||
return fmt.Sprintf("%s: %v", err.Context, err.Err)
|
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 {
|
type MaybeRootDevice struct {
|
||||||
// Set iff Err == nil.
|
// Set iff Err == nil.
|
||||||
Root *RootDevice
|
Root *RootDevice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user