projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3130235
)
* tree.c (parse_integer_property): Comment typo fix.
author
Ben Elliston
<bje@au.ibm.com>
Sun, 11 Jul 2004 23:42:07 +0000
(23:42 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Sun, 11 Jul 2004 23:42:07 +0000
(23:42 +0000)
sim/ppc/ChangeLog
patch
|
blob
|
history
sim/ppc/tree.c
patch
|
blob
|
history
diff --git
a/sim/ppc/ChangeLog
b/sim/ppc/ChangeLog
index 61a539b53f9efe517f881dff27d950a2d587ec2f..63d7e5a263d56305e4005c62b6ff5461286cbc11 100644
(file)
--- 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 c5106f47f3fdf1d932498b879a0efb6ee7d76341..220c62c6e0c298c89489a433133f71f8a371b6ec 100644
(file)
--- 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]);
}
- /* perhap
h
s integer array property is better */
+ /* perhaps integer array property is better */
device_add_array_property(current, property_name, words,
sizeof(words[0]) * nr_entries);
}