aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-core.c')
-rw-r--r--sim/common/sim-core.c2
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