diff options
Diffstat (limited to 'gcc/config/arm/netbsd.h')
-rw-r--r-- | gcc/config/arm/netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index e5582673671..ac6da05105b 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -148,7 +148,7 @@ Boston, MA 02111-1307, USA. */ #undef DEFAULT_STRUCTURE_SIZE_BOUNDARY #define DEFAULT_STRUCTURE_SIZE_BOUNDARY 8 -/* Emit code to set up a trampoline and synchronise the caches. */ +/* Emit code to set up a trampoline and synchronize the caches. */ #undef INITIALIZE_TRAMPOLINE #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \ { \ |