From 109d3db382f55805f97ce29f295021e690d4d72b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 10 Jul 2004 00:40:25 +0000 Subject: [PATCH] * hw-tree.c (parse_integer_property): Typo fix in comments. * sim-options.c (sim_args_command): Likewise. --- sim/common/ChangeLog | 5 +++++ sim/common/hw-tree.c | 2 +- sim/common/sim-options.c | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 247ac57..f30250b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2004-07-10 Ben Elliston + + * hw-tree.c (parse_integer_property): Typo fix in comments. + * sim-options.c (sim_args_command): Likewise. + 2004-06-28 Andrew Cagney * run.c: Rename ui_loop_hook to deprecated_ui_loop_hook. diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 9930356..f228c69 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -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); } diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index 94d0de4..789ec2a 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -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. */ { -- 2.7.4