diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-31 10:24:46 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-31 10:24:46 +0000 |
| commit | 6b824f7a87a4287643cc7dc0875229593357fb82 (patch) | |
| tree | c39a2139882f8537e682e51be7ef07c5fe72a4ec | |
| parent | a6398abe39206cc17ae1a67d3374c1482e15d07b (diff) | |
| download | ppe42-gcc-6b824f7a87a4287643cc7dc0875229593357fb82.tar.gz ppe42-gcc-6b824f7a87a4287643cc7dc0875229593357fb82.zip | |
tweak comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45316 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/h8300/crti.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/crti.asm b/gcc/config/h8300/crti.asm index 2ebd15f0075..6ff0de3ce1c 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, |

