aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300')
-rw-r--r--sim/h8300/compile.c2
-rw-r--r--sim/h8300/local.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c
index cfa6eee..0698809 100644
--- a/sim/h8300/compile.c
+++ b/sim/h8300/compile.c
@@ -1568,7 +1568,7 @@ store2 (SIM_DESC sd, ea_type *arg, int n)
return store_1 (sd, arg, n, 1);
}
-/* Callback for qsort. We sort first based on availablity
+/* Callback for qsort. We sort first based on availability
(available instructions sort lower). When availability state
is the same, then we use the first 4 bit nibble as a secondary
sort key.
diff --git a/sim/h8300/local.mk b/sim/h8300/local.mk
index e90d3e0..7c35a82 100644
--- a/sim/h8300/local.mk
+++ b/sim/h8300/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 1990-2024 Free Software Foundation, Inc.
+## Copyright (C) 1990-2025 Free Software Foundation, Inc.
## Written by Cygnus Support.
##
## This program is free software; you can redistribute it and/or modify