diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
commit | 01cc3b7526f036bef25d4140ef0903276a67aa9a (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/config/rs6000/eabi.asm | |
parent | 6a63b8ac07f1b0e513c0b549c074e71c63041c1a (diff) | |
download | gcc-01cc3b7526f036bef25d4140ef0903276a67aa9a.tar.gz |
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi.asm')
-rw-r--r-- | gcc/config/rs6000/eabi.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm index 53a21f3b5c7..a26c730a1a1 100644 --- a/gcc/config/rs6000/eabi.asm +++ b/gcc/config/rs6000/eabi.asm @@ -53,7 +53,7 @@ __eabi: mflr 0 # Normal program, load up register 2 lwz 2,.Lgot(11) # normal GOT address - b __do_global_ctors # do any C++ global contstructors (which returns to caller) + b __do_global_ctors # do any C++ global constructors (which returns to caller) # We need to relocate the .got2 pointers. Don't load register 2 @@ -77,7 +77,7 @@ __eabi: mflr 0 # Done adjusting pointers, return .Ldone: - b __do_global_ctors # do any C++ global contstructors (which returns to caller) + b __do_global_ctors # do any C++ global constructors (which returns to caller) # Routines for saving floating point registers, called by the compiler. # Called with r11 pointing to the stack header word of the caller of the |