aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/compile.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-04 18:28:21 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-04 18:28:21 +0000
commite8c1a4e716cf384e20ac35589785fbd91292b36f (patch)
treeaec08d6d7ce05d2032c5df0a61f68a5471efd290 /sim/h8300/compile.c
parent68d55fe3f008459534e270cc7b54f122846466f9 (diff)
downloadgdb-e8c1a4e716cf384e20ac35589785fbd91292b36f.zip
gdb-e8c1a4e716cf384e20ac35589785fbd91292b36f.tar.gz
gdb-e8c1a4e716cf384e20ac35589785fbd91292b36f.tar.bz2
2003-06-04 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_info): Fix typo in output.
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r--sim/h8300/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c
index a21cd65..33a28f5 100644
--- a/sim/h8300/compile.c
+++ b/sim/h8300/compile.c
@@ -4715,7 +4715,7 @@ sim_info (SIM_DESC sd, int verbose)
"#real time taken %10.4f\n",
timetaken);
(*sim_callback->printf_filtered) (sim_callback,
- "#virtual time taked %10.4f\n",
+ "#virtual time taken %10.4f\n",
virttime);
if (timetaken != 0.0)
(*sim_callback->printf_filtered) (sim_callback,