From aa0313595e959cb76bc4b0908e67dffd0d16be4d Mon Sep 17 00:00:00 2001 From: "Fabrizio (Misto) Milo" Date: Tue, 6 Aug 2013 19:00:09 -0700 Subject: [PATCH] nip --- store/watcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/watcher_test.go b/store/watcher_test.go index 389d4643f..963ccf5c2 100644 --- a/store/watcher_test.go +++ b/store/watcher_test.go @@ -56,7 +56,7 @@ func TestWatch(t *testing.T) { } } -// BenchmarkWatch creates 10K watchers watch at /foo/[paht] each time. +// BenchmarkWatch creates 10K watchers watch at /foo/[path] each time. // Path is randomly chosen with max depth 10. // It should take less than 15ms to wake up 10K watchers. func BenchmarkWatch(b *testing.B) {