diff options
Diffstat (limited to 'sim/common/hw-tree.c')
-rw-r--r-- | sim/common/hw-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 5df3bd5..411dbeb 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002-2024 Free Software Foundation, Inc. + Copyright 2002-2025 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. @@ -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); |