doc/debugging_with_gdb: fix minor typo (space before comma)

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6610061
This commit is contained in:
Robert Hencke 2012-10-07 11:24:14 +11:00 committed by Rob Pike
parent 12e343f372
commit b0c3429ac3
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ debugged.
<ul>
<li>
Show file and line number for code
, set breakpoints and disassemble:
Show file and line number for code, set breakpoints and disassemble:
<pre>(gdb) <b>list</b>
(gdb) <b>list <i>line</i></b>
(gdb) <b>list <i>file.go</i>:<i>line</i></b>