fixed some typos

Signed-off-by: Mingzhen Feng <fmzhen@zju.edu.cn>
This commit is contained in:
Mingzhen Feng 2015-05-21 16:08:10 +08:00
parent 31404b26aa
commit 9c9c79f1b0
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ type Endpoint interface {
// Return certain operational data belonging to this endpoint
Info() EndpointInfo
// Info returns a collection of driver operational data related to this endpoint retrieved from the driver
// DriverInfo returns a collection of driver operational data related to this endpoint retrieved from the driver
DriverInfo() (map[string]interface{}, error)
// Delete and detaches this endpoint from the network.

View File

@ -25,7 +25,7 @@ type Sandbox interface {
// an appropriate suffix for the DstName to disambiguate.
AddInterface(*Interface) error
// Remove an interface from the sandbox by renamin to original name
// Remove an interface from the sandbox by renaming to original name
// and moving it out of the sandbox.
RemoveInterface(*Interface) error