* hw-tree.c (parse_integer_property): Typo fix in comments.
* sim-options.c (sim_args_command): Likewise.
This commit is contained in:
parent
b2f8f038a2
commit
109d3db382
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-10 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* hw-tree.c (parse_integer_property): Typo fix in comments.
|
||||
* sim-options.c (sim_args_command): Likewise.
|
||||
|
||||
2004-06-28 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* run.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
|
||||
|
|
|
@ -638,7 +638,7 @@ parse_integer_property (struct hw *current,
|
|||
{
|
||||
H2BE (words[i]);
|
||||
}
|
||||
/* perhaphs integer array property is better */
|
||||
/* perhaps integer array property is better */
|
||||
hw_add_array_property (current, property_name, words,
|
||||
sizeof(words[0]) * nr_entries);
|
||||
}
|
||||
|
|
|
@ -898,7 +898,7 @@ sim_args_command (SIM_DESC sd, char *cmd)
|
|||
{
|
||||
/* something to do? */
|
||||
if (cmd == NULL)
|
||||
return SIM_RC_OK; /* FIXME - perhaphs help would be better */
|
||||
return SIM_RC_OK; /* FIXME - perhaps help would be better */
|
||||
|
||||
if (cmd [0] == '-')
|
||||
{
|
||||
|
@ -916,7 +916,7 @@ sim_args_command (SIM_DESC sd, char *cmd)
|
|||
sim_cpu *cpu;
|
||||
|
||||
if (argv [0] == NULL)
|
||||
return SIM_RC_OK; /* FIXME - perhaphs help would be better */
|
||||
return SIM_RC_OK; /* FIXME - perhaps help would be better */
|
||||
|
||||
/* First check for a cpu selector. */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue