fix typo I found in this repo

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu 2017-01-20 01:18:18 +08:00
parent 0a58d55e63
commit 08bcbddb32
11 changed files with 16 additions and 16 deletions

View file

@ -203,7 +203,7 @@ func (lm *Manager) Prepare(dst, parent string) ([]containerd.Mount, error) {
}
// View behaves identically to Prepare except the result may not be committed
// back to the snappshot manager.
// back to the snapshot manager.
//
// Whether or not these are readonly mounts is implementation specific, but the
// caller may write to dst freely.