]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/trace: fix typo in web documentation
authorTobias Klauser <tklauser@distanz.ch>
Mon, 11 Jul 2022 17:10:50 +0000 (19:10 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 11 Jul 2022 19:54:22 +0000 (19:54 +0000)
Change-Id: I950224c3f698fbdf2bcab6f847f4afddaa6e9c2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/416974
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Alan Donovan <adonovan@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/trace/main.go

index 11804d0b904dc83f345ec02ee781433af1371e32..0e4d882c972bb8f5c2fc251ad33d17247ea6ea8e 100644 (file)
@@ -247,7 +247,7 @@ p  { color: grey85; font-size:85%; }
   because it made a system call or tried to acquire a mutex.
 
   Directly underneath each bar, a smaller bar or more commonly a fine
-  vertical line indicates an event occuring during its execution.
+  vertical line indicates an event occurring during its execution.
   Some of these are related to garbage collection; most indicate that
   a goroutine yielded its logical processor but then immediately resumed execution
   on the same logical processor. Clicking on the event displays the stack trace
@@ -274,7 +274,7 @@ p  { color: grey85; font-size:85%; }
   function written in C.
 </p>
 <p>
-  Above the event trace for the first logical processor are 
+  Above the event trace for the first logical processor are
   traces for various runtime-internal events.
 
   The "GC" bar shows when the garbage collector is running, and in which stage.