graphdriver interface name change, typo fix

Signed-off-by: Josh Hawn <josh.hawn@docker.com>
Upstream-commit: 09ad65ebd5b50fdd7621f42136278102586a7ea8
Component: engine
This commit is contained in:
Josh Hawn
2014-09-16 12:13:50 -07:00
parent 861f46b221
commit ec0fc2a729
5 changed files with 35 additions and 31 deletions

View File

@ -43,7 +43,7 @@ func Init(home string, options []string) (graphdriver.Driver, error) {
home: home,
}
return graphdriver.NewGenericDriverWrapper(d), nil
return graphdriver.NaiveDiffDriver(d), nil
}
func (d *Driver) String() string {