aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-ports.c')
-rw-r--r--sim/common/hw-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c
index 1089969..ffc48ad 100644
--- a/sim/common/hw-ports.c
+++ b/sim/common/hw-ports.c
@@ -286,7 +286,7 @@ hw_port_decode (struct hw *me,
}
}
}
- hw_abort (me, "Unreconized port %s", port_name);
+ hw_abort (me, "Unrecognized port %s", port_name);
return 0;
}