* 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

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