From 492a718373d2ca237aec941f5d4f7ff0fd651eaa Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 5 Oct 2015 18:02:06 -0700 Subject: [PATCH] fix comments --- stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.go b/stream.go index e396b1fa..21c51e8f 100644 --- a/stream.go +++ b/stream.go @@ -154,7 +154,7 @@ type clientStream struct { tracing bool // set to EnableTracing when the clientStream is created. - mu sync.Mutex // protects trInfo + mu sync.Mutex // protects trInfo.tr // trInfo.tr is set when the clientStream is created (if EnableTracing is true), // and is set to nil when the clientStream's finish method is called. trInfo traceInfo