diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:14:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:14:33 +0000 |
commit | a4b6fc86fa32d442efcbfb5c17549e4034d44552 (patch) | |
tree | a8bd4adafdf89572a89474d7bdbd46b4be03daf2 /gdb/gregset.h | |
parent | 8605d56e7a489870c1ac2167046a4f4dad8cc13d (diff) | |
download | gdb-a4b6fc86fa32d442efcbfb5c17549e4034d44552.zip gdb-a4b6fc86fa32d442efcbfb5c17549e4034d44552.tar.gz gdb-a4b6fc86fa32d442efcbfb5c17549e4034d44552.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/gregset.h')
-rw-r--r-- | gdb/gregset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gregset.h b/gdb/gregset.h index 19eefec..a3a1325 100644 --- a/gdb/gregset.h +++ b/gdb/gregset.h @@ -37,7 +37,7 @@ typedef GDB_FPREGSET_T gdb_fpregset_t; includes integer registers and control registers. An fpregset is a data structure containing the floating point registers. These data structures were originally a part of the /proc interface, but have - been borrowed or copied by other GDB targets, eg. Linux. */ + been borrowed or copied by other GDB targets, eg. GNU/Linux. */ /* Copy register values from the native target gregset/fpregset into GDB's internal register cache. */ |