diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-07-10 00:40:25 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-07-10 00:40:25 +0000 |
commit | 109d3db382f55805f97ce29f295021e690d4d72b (patch) | |
tree | aab7a4ba6b0d3656e7cc1e28ad6d46109c0af2be /sim/common/sim-options.c | |
parent | b2f8f038a29e575e7abdb5148f9ed423be6409c3 (diff) | |
download | gdb-109d3db382f55805f97ce29f295021e690d4d72b.zip gdb-109d3db382f55805f97ce29f295021e690d4d72b.tar.gz gdb-109d3db382f55805f97ce29f295021e690d4d72b.tar.bz2 |
* hw-tree.c (parse_integer_property): Typo fix in comments.
* sim-options.c (sim_args_command): Likewise.
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ { |