Index: sim/common/hw-ports.c |
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c |
index 1089969f34f5c7861f7395dd33da22a9018d527b..ffc48ad194746bd356571ba9e38a9a3f046ae1ec 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; |
} |