diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-07-11 23:42:07 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-07-11 23:42:07 +0000 |
commit | a19a1ba10b565446c4dab660f771db8130e3987b (patch) | |
tree | 54303d90cebc8a53773f11c81bded5d15af96ff9 /sim/ppc | |
parent | 6a75d633bc86d7037d5361238d59a8002d8df849 (diff) | |
download | gdb-a19a1ba10b565446c4dab660f771db8130e3987b.tar.gz |
* tree.c (parse_integer_property): Comment typo fix.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/tree.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 61a539b53f9..63d7e5a263d 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-10 Ben Elliston <bje@au.ibm.com> + + * tree.c (parse_integer_property): Comment typo fix. + 2004-07-06 Jim Blandy <jimb@redhat.com> * Makefile.in: Update all dependency information. diff --git a/sim/ppc/tree.c b/sim/ppc/tree.c index c5106f47f3f..220c62c6e0c 100644 --- a/sim/ppc/tree.c +++ b/sim/ppc/tree.c @@ -619,7 +619,7 @@ parse_integer_property(device *current, for (i = 0; i < nr_entries; i++) { H2BE(words[i]); } - /* perhaphs integer array property is better */ + /* perhaps integer array property is better */ device_add_array_property(current, property_name, words, sizeof(words[0]) * nr_entries); } |