Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
will@newrelic.com committed Sep 7, 2016
1 parent eeae69c commit dcfca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/txn_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var (
)

func printNodeStart(buf *bytes.Buffer, n nodeDetails) {
// time.Seconds() is internationally not used here. Millisecond
// time.Seconds() is intentionally not used here. Millisecond
// precision is enough.
relativeStartMillis := n.relativeStart.Nanoseconds() / (1000 * 1000)
relativeStopMillis := n.relativeStop.Nanoseconds() / (1000 * 1000)
Expand Down

0 comments on commit dcfca3a

Please sign in to comment.