mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
sim: fix spelling typo
This commit is contained in:
parent
6934ecc09a
commit
ffbc20d913
@ -1,3 +1,7 @@
|
||||
2012-04-02 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
|
||||
|
||||
2012-03-28 Rathish C <rathish.c@kpitcummins.com>
|
||||
|
||||
* sim-trace.c: Update the function prototype of save_data_size.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user