* tree.c (parse_integer_property): Comment typo fix.

This commit is contained in:
Ben Elliston 2004-07-11 23:42:07 +00:00
parent 313023579a
commit ea5c7021ca
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);
}