From: Jason Merrill Date: Fri, 31 Aug 2001 10:24:46 +0000 (-0400) Subject: tweak comment X-Git-Tag: prereleases/libstdc++-3.0.95~2325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea57133ffedb056f6cfbd46bb2768b70811b12b2;p=thirdparty%2Fgcc.git tweak comment From-SVN: r45316 --- diff --git a/gcc/config/h8300/crti.asm b/gcc/config/h8300/crti.asm index 2ebd15f00753..6ff0de3ce1c9 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,