You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/debugging_with_gdb.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ <h3 id="Inspecting_the_stack">Inspecting the stack</h3>
351
351
</pre>
352
352
353
353
<p>
354
-
That <code>struct hchan<*testing.T></code> is the runtime-internal represntation of a channel. It is currently empty, or gdb would have pretty-printed it's contents.
354
+
That <code>struct hchan<*testing.T></code> is the runtime-internal representation of a channel. It is currently empty, or gdb would have pretty-printed it's contents.
0 commit comments