From d8d1209e506c168ef79ea87188c71098dfdf89b8 Mon Sep 17 00:00:00 2001 From: yanxuean Date: Mon, 16 Oct 2017 16:07:23 +0800 Subject: [PATCH] a typo in comment of Snapshotter.Update containerd/snapshot/snapshotter.go Signed-off-by: yanxuean --- snapshot/snapshotter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot/snapshotter.go b/snapshot/snapshotter.go index 326b5c583..6beafd48a 100644 --- a/snapshot/snapshotter.go +++ b/snapshot/snapshotter.go @@ -213,7 +213,7 @@ type Snapshotter interface { // the kind of snapshot. Stat(ctx context.Context, key string) (Info, error) - // Update updates the infor for a snapshot. + // Update updates the info for a snapshot. // // Only mutable properties of a snapshot may be updated. Update(ctx context.Context, info Info, fieldpaths ...string) (Info, error)