aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/tree.c')
-rw-r--r--sim/ppc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/tree.c b/sim/ppc/tree.c
index c2fe917..5ccb8ad 100644
--- a/sim/ppc/tree.c
+++ b/sim/ppc/tree.c
@@ -1217,7 +1217,7 @@ tree_find_device(device *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);