From 8f009df8765df8197422a7bfda5785df5d1c70e4 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 6 Oct 2015 01:50:45 +0200 Subject: [PATCH] graph: add parent img refcount for faster rmi also fix a typo in pkg/truncindex package comment Signed-off-by: Antonio Murdaca --- truncindex/truncindex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truncindex/truncindex.go b/truncindex/truncindex.go index dba52d3..9c08c90 100644 --- a/truncindex/truncindex.go +++ b/truncindex/truncindex.go @@ -1,4 +1,4 @@ -// Package truncindex package provides a general 'index tree', used by Docker +// Package truncindex provides a general 'index tree', used by Docker // in order to be able to reference containers by only a few unambiguous // characters of their id. package truncindex