diff options
-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 61a539b..63d7e5a 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 c5106f4..220c62c 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); } |