mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* tree.c (parse_integer_property): Comment typo fix.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user