From ffbc20d91349a976b624529fba388026f6d5354a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Apr 2012 05:21:59 +0000 Subject: [PATCH] sim: fix spelling typo --- sim/common/ChangeLog | 4 ++++ sim/common/hw-ports.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8b906af..c4b95cf 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2012-04-02 Mike Frysinger + + * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized". + 2012-03-28 Rathish C * sim-trace.c: Update the function prototype of save_data_size. 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; } -- 2.7.4