mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
sim: fix pervasive typo
I noticed a typo in a sim constant. This patch fixes it. permenant -> permanent
This commit is contained in:
committed by
Mike Frysinger
parent
ee0dbcf99e
commit
cbbb73f4f9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user