From 04e3c3565bf865dd50d8981f7e9461f3b1aa2b6b Mon Sep 17 00:00:00 2001 From: jgfrm Date: Wed, 1 Feb 2017 20:30:50 +0100 Subject: [PATCH] typo --- src/restic/hardlinks_index_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restic/hardlinks_index_test.go b/src/restic/hardlinks_index_test.go index 2f37d2268..c0a675611 100644 --- a/src/restic/hardlinks_index_test.go +++ b/src/restic/hardlinks_index_test.go @@ -7,7 +7,7 @@ import ( . "restic/test" ) -// TestHardLinks contains various tests for the HardlinkIndex. +// TestHardLinks contains various tests for HardlinkIndex. func TestHardLinks(t *testing.T) { idx := restic.NewHardlinkIndex()