mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
Add period to sentence in comment.
This commit is contained in:
parent
618b730147
commit
11db68fd8d
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user