aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh/crti.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sh/crti.asm')
-rw-r--r--gcc/config/sh/crti.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/sh/crti.asm b/gcc/config/sh/crti.asm
index ece86667e74..cfed71d2a86 100644
--- a/gcc/config/sh/crti.asm
+++ b/gcc/config/sh/crti.asm
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file was adapted from glibc sources.
This file is part of GNU CC.
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
such object files. */
.section .init
-/* The alignment below can't be smaller, otherwide the mova below
+/* The alignment below can't be smaller, otherwise the mova below
breaks. Yes, we might align just the label, but then we'd be
exchanging an alignment here for one there, since the code fragment
below ensures 4-byte alignment on __ELF__. */
@@ -70,7 +70,7 @@ _init:
#endif
.section .fini
-/* The alignment below can't be smaller, otherwide the mova below
+/* The alignment below can't be smaller, otherwise the mova below
breaks. Yes, we might align just the label, but then we'd be
exchanging an alignment here for one there, since the code fragment
below ensures 4-byte alignment on __ELF__. */