Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtcontainers: fix typo
Browse files Browse the repository at this point in the history
Fix typo.

Signed-off-by: Zhang Wei <[email protected]>
  • Loading branch information
WeiZhang555 committed May 8, 2018
1 parent 9acbcba commit 28de16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/device/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (dm *deviceManager) NewDevices(devInfos []config.DeviceInfo) ([]api.Device,
return devices, nil
}

// NewDeviceManager creates a deviceManager object bahaved as DeviceManager
// NewDeviceManager creates a deviceManager object behaved as api.DeviceManager
func NewDeviceManager(blockDriver string) api.DeviceManager {
dm := &deviceManager{}
if blockDriver == VirtioBlock {
Expand Down

0 comments on commit 28de16a

Please sign in to comment.