tweak comment
authorJason Merrill <jason@gcc.gnu.org>
Fri, 31 Aug 2001 10:24:46 +0000 (06:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 31 Aug 2001 10:24:46 +0000 (06:24 -0400)
From-SVN: r45316

gcc/config/h8300/crti.asm

index 2ebd15f007533bc20b5ba90ab20645989d152936..6ff0de3ce1c9bfd0dffecba3b90a428f78ef935b 100644 (file)
@@ -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,