Browse Source

Fix typo: "prroperly" → "properly" in endian support message

Signed-off-by: Kerim Turak <68472927+kerimturak@users.noreply.github.com>
pull/2107/head
Kerim Turak 10 months ago
committed by GitHub
parent
commit
bee218b928
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      riscv/sim.cc

2
riscv/sim.cc

@ -88,7 +88,7 @@ sim_t::sim_t(const cfg_t *cfg, bool halted,
#ifndef RISCV_ENABLE_DUAL_ENDIAN
if (cfg->endianness != endianness_little) {
fputs("Big-endian support has not been prroperly enabled; "
fputs("Big-endian support has not been properly enabled; "
"please rebuild the riscv-isa-sim project using "
"\"configure --enable-dual-endian\".\n",
stderr);

Loading…
Cancel
Save