Skip to content

Commit bee218b

Browse files
authored
Fix typo: "prroperly" → "properly" in endian support message
Signed-off-by: Kerim Turak <[email protected]>
1 parent 11ee6d0 commit bee218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv/sim.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sim_t::sim_t(const cfg_t *cfg, bool halted,
8888

8989
#ifndef RISCV_ENABLE_DUAL_ENDIAN
9090
if (cfg->endianness != endianness_little) {
91-
fputs("Big-endian support has not been prroperly enabled; "
91+
fputs("Big-endian support has not been properly enabled; "
9292
"please rebuild the riscv-isa-sim project using "
9393
"\"configure --enable-dual-endian\".\n",
9494
stderr);

0 commit comments

Comments
 (0)