Add period to sentence in comment.

This commit is contained in:
Anthony Green 2010-01-13 14:08:36 +00:00
parent 618b730147
commit 11db68fd8d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-13 Anthony Green <green@moxielogic.com>
* interp.c (sim_open): Add period to end of sentence in comment.
2010-01-13 Anthony Green <green@moxielogic.com>
* interp.c (sim_open): Initialize the SIM_DESC object properly

View File

@ -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);