diff options
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/dl-machine.h | 2 | ||||
-rw-r--r-- | sysdeps/alpha/elf/crtbegin.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/strrchr.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 1c71ec8..78c5071 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -211,7 +211,7 @@ _dl_start_user: stq $2, 0($sp) /* Load _dl_default_scope[2] into s1 to pass to _dl_init_next. */ 0: ldq $10, _dl_default_scope+16 - /* Call _dl_init_next to return the address of an initalizer + /* Call _dl_init_next to return the address of an initializer function to run. */ 1: mov $10, $16 jsr $26, _dl_init_next diff --git a/sysdeps/alpha/elf/crtbegin.S b/sysdeps/alpha/elf/crtbegin.S index f75673e..e6147c2 100644 --- a/sysdeps/alpha/elf/crtbegin.S +++ b/sysdeps/alpha/elf/crtbegin.S @@ -55,7 +55,7 @@ __DTOR_LIST__: jsr $26,__do_global_dtors_aux /* Must match the alignment we got from crti.o else we get - zero-filled holes in our _fini function and thense SIGILL. */ + zero-filled holes in our _fini function and then SIGILL. */ .align 3 /* diff --git a/sysdeps/alpha/strrchr.S b/sysdeps/alpha/strrchr.S index 02f37f5..d3099cc 100644 --- a/sysdeps/alpha/strrchr.S +++ b/sysdeps/alpha/strrchr.S @@ -17,7 +17,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Return the address of the last occurrance of a given character +/* Return the address of the last occurrence of a given character within a null-terminated string, or null if it is not found. This is generally scheduled for the EV5 (got to look out for my own |