From: Ben Elliston Date: Sat, 10 Jul 2004 00:40:25 +0000 (+0000) Subject: * hw-tree.c (parse_integer_property): Typo fix in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=109d3db382f55805f97ce29f295021e690d4d72b;p=binutils-gdb.git * hw-tree.c (parse_integer_property): Typo fix in comments. * sim-options.c (sim_args_command): Likewise. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 247ac577da4..f30250b63e3 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 99303564542..f228c69edec 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 94d0de4bd7d..789ec2a6b32 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. */ {