diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 7a3c0fa0858..00af8db69d8 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2010-01-13 Anthony Green + + * interp.c (sim_open): Add period to end of sentence in comment. + 2010-01-13 Anthony Green * interp.c (sim_open): Initialize the SIM_DESC object properly diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c index 8d280f2cc47..cd1bbeb73bb 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);