aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-fpu.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2002-01-14 02:47:59 +0000
committerBen Elliston <bje@au.ibm.com>2002-01-14 02:47:59 +0000
commitb59d44decf373cf2c3f90b7bef8e64ac90ef23d4 (patch)
tree2cd560532c5cbb9452c1e32b1340469d11a4eb94 /sim/common/sim-fpu.h
parentcfc07856b8a29fd0b31bcae44434feaaf91f814a (diff)
downloadfsf-binutils-gdb-b59d44decf373cf2c3f90b7bef8e64ac90ef23d4.zip
fsf-binutils-gdb-b59d44decf373cf2c3f90b7bef8e64ac90ef23d4.tar.gz
fsf-binutils-gdb-b59d44decf373cf2c3f90b7bef8e64ac90ef23d4.tar.bz2
2002-01-14 Ben Elliston <bje@redhat.com>
* sim-fpu.h: Fix comment about sim_fpu_* constants.
Diffstat (limited to 'sim/common/sim-fpu.h')
-rw-r--r--sim/common/sim-fpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h
index 91adad8..9b455c7 100644
--- a/sim/common/sim-fpu.h
+++ b/sim/common/sim-fpu.h
@@ -1,5 +1,5 @@
/* Simulator Floating-point support.
- Copyright (C) 1997-1998 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.
@@ -371,7 +371,7 @@ INLINE_SIM_FPU (int) sim_fpu_cmp (const sim_fpu *l, const sim_fpu *r);
-/* A constant of useful numbers */
+/* A number of useful constants. */
extern const sim_fpu sim_fpu_zero;
extern const sim_fpu sim_fpu_one;