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 5df3bd5..f3a855e 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -1264,7 +1264,7 @@ hw_tree_find_device (struct hw *root, /* parse the path */ split_device_specifier (root, path_to_device, &spec); if (spec.value != NULL) - return NULL; /* something wierd */ + return NULL; /* something weird */ /* now find it */ node = split_find_device (root, &spec); |