aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-tree.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-07-10 00:40:25 +0000
committerBen Elliston <bje@au.ibm.com>2004-07-10 00:40:25 +0000
commit109d3db382f55805f97ce29f295021e690d4d72b (patch)
treeaab7a4ba6b0d3656e7cc1e28ad6d46109c0af2be /sim/common/hw-tree.c
parentb2f8f038a29e575e7abdb5148f9ed423be6409c3 (diff)
downloadgdb-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/hw-tree.c')
-rw-r--r--sim/common/hw-tree.c2
1 files changed, 1 insertions, 1 deletions
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);
}