Browse Source

trace: remove internal Google reference from comment

Change-Id: I74ca09e4f4765c1c8d309b8fe1ce25b5e3d8171f
Reviewed-on: https://go-review.googlesource.com/33270
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Tormod Erevik Lea 9 years ago
parent
commit
cac22060de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      trace/trace.go

+ 1 - 1
trace/trace.go

@@ -752,7 +752,7 @@ func (tr *trace) addEvent(x interface{}, recyclable, sensitive bool) {
 		and very unlikely to be the fault of this code.
 
 		The most likely scenario is that some code elsewhere is using
-		a requestz.Trace after its Finish method is called.
+		a trace.Trace after its Finish method is called.
 		You can temporarily set the DebugUseAfterFinish var
 		to help discover where that is; do not leave that var set,
 		since it makes this package much less efficient.