diff options
Diffstat (limited to 'sim/common/hw-tree.c')
-rw-r--r-- | sim/common/hw-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 9930356..f228c69 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -638,7 +638,7 @@ parse_integer_property (struct hw *current, { H2BE (words[i]); } - /* perhaphs integer array property is better */ + /* perhaps integer array property is better */ hw_add_array_property (current, property_name, words, sizeof(words[0]) * nr_entries); } |