1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #42106 from ckj996/fix-typo

fix a typo in comments
This commit is contained in:
Tianon Gravi 2021-03-02 14:39:00 -08:00 committed by GitHub
commit 03a07af6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ type RWLayer interface {
Parent() Layer
// Mount mounts the RWLayer and returns the filesystem path
// the to the writable layer.
// to the writable layer.
Mount(mountLabel string) (containerfs.ContainerFS, error)
// Unmount unmounts the RWLayer. This should be called