We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ee6d0 commit bee218bCopy full SHA for bee218b
riscv/sim.cc
@@ -88,7 +88,7 @@ sim_t::sim_t(const cfg_t *cfg, bool halted,
88
89
#ifndef RISCV_ENABLE_DUAL_ENDIAN
90
if (cfg->endianness != endianness_little) {
91
- fputs("Big-endian support has not been prroperly enabled; "
+ fputs("Big-endian support has not been properly enabled; "
92
"please rebuild the riscv-isa-sim project using "
93
"\"configure --enable-dual-endian\".\n",
94
stderr);
0 commit comments