From 11db68fd8df09b071049208a7e7b64e3b1cb8946 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 13 Jan 2010 14:08:36 +0000 Subject: [PATCH] Add period to sentence in comment. --- sim/moxie/ChangeLog | 4 ++++ sim/moxie/interp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 7a3c0fa..00af8db 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,5 +1,9 @@ 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 with sim_config() and sim_post_argv_init(). 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); -- 2.7.4