aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/debugging_with_gdb.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html
index e145d4cdf6..633d058c11 100644
--- a/doc/debugging_with_gdb.html
+++ b/doc/debugging_with_gdb.html
@@ -32,7 +32,7 @@ In time, a more Go-centric debugging architecture may be required.
<p>
When you compile and link your Go programs with the <code>gc</code> toolchain
on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv4
-debugging information that recent versions (&gt;7.5) of the GDB debugger can
+debugging information that recent versions (&ge;7.5) of the GDB debugger can
use to inspect a live process or a core dump.
</p>