mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* tree.c (parse_integer_property): Comment typo fix.
This commit is contained in:
parent
313023579a
commit
ea5c7021ca
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user