diff src/.gdbinit @ 2162:1dcc4e12b8dd

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 13 Mar 1993 21:14:27 +0000
parents 80482f2d54bf
children aabcab2eab73
line wrap: on
line diff
--- a/src/.gdbinit	Sat Mar 13 20:12:23 1993 +0000
+++ b/src/.gdbinit	Sat Mar 13 21:14:27 1993 +0000
@@ -164,7 +164,7 @@
 set args -q -geometry +0+0
 
 # Don't let abort actually run, as it will make
-# stdio stop working and therefore the `pr' command below as well.
+# stdio stop working and therefore the `pr' command above as well.
 break abort
 
 # If we are running in synchronous mode, we want a chance to look around