fix comments

This commit is contained in:
iamqizhao
2015-10-05 18:02:06 -07:00
parent 6d4c5aef64
commit 492a718373

View File

@ -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