aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-08-31 06:24:46 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-08-31 06:24:46 -0400
commitea57133ffedb056f6cfbd46bb2768b70811b12b2 (patch)
treec39a2139882f8537e682e51be7ef07c5fe72a4ec
parenta9985a921e38ff58d79d624d9d77c72b54337d5e (diff)
downloadgcc-ea57133ffedb056f6cfbd46bb2768b70811b12b2.zip
gcc-ea57133ffedb056f6cfbd46bb2768b70811b12b2.tar.gz
gcc-ea57133ffedb056f6cfbd46bb2768b70811b12b2.tar.bz2
tweak comment
From-SVN: r45316
-rw-r--r--gcc/config/h8300/crti.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/crti.asm b/gcc/config/h8300/crti.asm
index 2ebd15f..6ff0de3 100644
--- a/gcc/config/h8300/crti.asm
+++ b/gcc/config/h8300/crti.asm
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
/* The code in sections .init and .fini is supposed to be a single
regular function. The function in .init is called directly from
- start in crt1.asm. The function in .fini is atexit()ed in crt1.asm
+ start in crt0.asm. The function in .fini is atexit()ed in crt0.asm
too.
crti.asm contributes the prologue of a function to these sections,