aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-02-01 00:17:31 +0000
committerJohn Gilmore <gnu@cygnus>1992-02-01 00:17:31 +0000
commit379a4686473ab8f902ddbeaa15b852454946748f (patch)
treebe02e83e6541f8b7fae2728831f77f52c3379749 /gdb
parent24e7d5bac241572fe34f5634766eeffcc4d289f7 (diff)
downloadfsf-binutils-gdb-379a4686473ab8f902ddbeaa15b852454946748f.zip
fsf-binutils-gdb-379a4686473ab8f902ddbeaa15b852454946748f.tar.gz
fsf-binutils-gdb-379a4686473ab8f902ddbeaa15b852454946748f.tar.bz2
Comment changes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/tm-stratus.h2
-rw-r--r--gdb/xm-stratus.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tm-stratus.h b/gdb/tm-stratus.h
index f7df3d4..688d1a4 100644
--- a/gdb/tm-stratus.h
+++ b/gdb/tm-stratus.h
@@ -1,4 +1,4 @@
-/* Macro definitions for GDB on a Stratus machine.
+/* Macro definitions for GDB targeting a Stratus i860 machine.
Copyright (C) 1992, Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/xm-stratus.h b/gdb/xm-stratus.h
index a225bbe..9ee795a 100644
--- a/gdb/xm-stratus.h
+++ b/gdb/xm-stratus.h
@@ -1,4 +1,4 @@
-/* Macro definitions for GDB on a Stratus machine.
+/* Macro definitions for GDB hosted on a Stratus machine.
Copyright (C) 1992, Free Software Foundation, Inc.
Contributed by Peggy Fieland (pfieland@stratus.com)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* Pick up most of what we need from the generic mi860 host include file. */
+/* Pick up most of what we need from the generic i860 host include file. */
#include "xm-i860.h"