sim: fix pervasive typo

I noticed a typo in a sim constant.  This patch fixes it.
	permenant -> permanent
This commit is contained in:
Tom Tromey
2023-12-31 14:55:58 -07:00
committed by Mike Frysinger
parent ee0dbcf99e
commit cbbb73f4f9
9 changed files with 42 additions and 42 deletions

View File

@@ -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