changeset 2162:1dcc4e12b8dd

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 13 Mar 1993 21:14:27 +0000
parents 533cca1014e1
children 8ba4fffa6566
files src/.gdbinit
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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