diff options
author | Tom Tromey <tom@tromey.com> | 2023-12-31 14:55:58 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-01 10:44:13 -0500 |
commit | cbbb73f4f9b0d7890c045fe8e159f651fbdca685 (patch) | |
tree | b0b949ed94ff30ba430dc83fc5d5acea409e0be0 /sim/common/sim-core.c | |
parent | ee0dbcf99efb17573724f1ede3a12491d7e81d19 (diff) | |
download | binutils-cbbb73f4f9b0d7890c045fe8e159f651fbdca685.zip binutils-cbbb73f4f9b0d7890c045fe8e159f651fbdca685.tar.gz binutils-cbbb73f4f9b0d7890c045fe8e159f651fbdca685.tar.bz2 |
sim: fix pervasive typo
I noticed a typo in a sim constant. This patch fixes it.
permenant -> permanent
Diffstat (limited to 'sim/common/sim-core.c')
-rw-r--r-- | sim/common/sim-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-core.c b/sim/common/sim-core.c index 9b3de41..5779da9 100644 --- a/sim/common/sim-core.c +++ b/sim/common/sim-core.c @@ -670,7 +670,7 @@ sim_core_set_xor (SIM_DESC sd, else { if (is_xor) sim_engine_abort (sd, NULL, NULL_CIA, - "Attempted to enable xor-endian mode when permenantly disabled."); + "Attempted to enable xor-endian mode when permanently disabled."); } } #endif |