diff options
author | Chris Demetriou <cgd@google.com> | 2002-02-10 23:11:37 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-02-10 23:11:37 +0000 |
commit | 6439295f61b598227751815bf233fd9aa07fa37b (patch) | |
tree | ce6ffe8d8efa579c009344554de6c36e6a79cce2 /sim/common/sim-profile.h | |
parent | e55c0b759bf5dc779457f9a986a446ee2b123208 (diff) | |
download | gdb-6439295f61b598227751815bf233fd9aa07fa37b.zip gdb-6439295f61b598227751815bf233fd9aa07fa37b.tar.gz gdb-6439295f61b598227751815bf233fd9aa07fa37b.tar.bz2 |
2002-02-10 Chris Demetriou <cgd@broadcom.com>
* callback.c: Fix some spelling errors.
* hw-device.h: Likewise.
* hw-tree.c: Likewise.
* sim-abort.c: Likewise.
* sim-alu.h: Likewise.
* sim-core.h: Likewise.
* sim-events.c: Likewise.
* sim-events.h: Likewise.
* sim-fpu.h: Likewise.
* sim-profile.h: Likewise.
* sim-utils.c: Likewise.
Diffstat (limited to 'sim/common/sim-profile.h')
-rw-r--r-- | sim/common/sim-profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-profile.h b/sim/common/sim-profile.h index 81fad7d..5936a59 100644 --- a/sim/common/sim-profile.h +++ b/sim/common/sim-profile.h @@ -96,7 +96,7 @@ SIM_RC sim_profile_set_option (SIM_DESC sd_, const char *name_, int idx_, #define WITH_PROFILE_CORE_P (WITH_PROFILE & PROFILE_core) /* If MAX_TARGET_MODES isn't defined, we can't do memory profiling. - ??? It is intended that this is a temporary occurence. Normally + ??? It is intended that this is a temporary occurrence. Normally MAX_TARGET_MODES is defined. */ #ifndef MAX_TARGET_MODES #undef WITH_PROFILE_MEMORY_P |