diff options
Diffstat (limited to 'sim/moxie/interp.c')
-rw-r--r-- | sim/moxie/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c index 8d280f2..cd1bbeb 100644 --- a/sim/moxie/interp.c +++ b/sim/moxie/interp.c @@ -1177,7 +1177,7 @@ sim_open (kind, cb, abfd, argv) set_initial_gprs (); /* Reset the GPR registers. */ /* Configure/verify the target byte order and other runtime - configuration options */ + configuration options. */ if (sim_config (sd) != SIM_RC_OK) { sim_module_uninstall (sd); |