aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nios2
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-30 23:02:29 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-30 23:02:29 +0000
commit65cc53fe7c6556b90159b8c3da1eb283792387db (patch)
tree879c71521e54f86942bf3ba2a39f9b4bc2dfb915 /sysdeps/nios2
parent4d0fe291aed3a476a3b59c4ecfae9d35ac0f15e8 (diff)
downloadglibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar
glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.gz
glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.bz2
glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.zip
Fix misspellings in sysdeps/ -- BZ 25337
Diffstat (limited to 'sysdeps/nios2')
-rw-r--r--sysdeps/nios2/dl-machine.h2
-rw-r--r--sysdeps/nios2/start.S6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/nios2/dl-machine.h b/sysdeps/nios2/dl-machine.h
index 50c83df1cb..f151d29242 100644
--- a/sysdeps/nios2/dl-machine.h
+++ b/sysdeps/nios2/dl-machine.h
@@ -137,7 +137,7 @@ _start:\n\
ldw r2, %got(_dl_argc)(r22)\n\
ldw r5, 0(r2)\n\
\n\
- /* Load adjsuted argv. */\n\
+ /* Load adjusted argv. */\n\
ldw r2, %got(_dl_argv)(r22)\n\
ldw r6, 0(r2)\n\
\n\
diff --git a/sysdeps/nios2/start.S b/sysdeps/nios2/start.S
index 9179c330f7..fe2d69d3c9 100644
--- a/sysdeps/nios2/start.S
+++ b/sysdeps/nios2/start.S
@@ -46,8 +46,8 @@
Unspecified High Addresses
Referenced strings, etc. Varies
Unspecified
- Null auxilliary vector entry 4bytes
- Auxilliary vector entries 8bytes each
+ Null auxiliary vector entry 4bytes
+ Auxiliary vector entries 8bytes each
NULL terminator for envp 4bytes
Environment pointers sp+8+4*argc 4bytes each
NULL terminator for argv sp+4+4*argc 4bytes
@@ -61,7 +61,7 @@
The contents of all other registers are unspecified. User code should
set fp to zero to mark the end of the frame chain.
- The auxilliary vector is a series of pairs of 32-bit tag and 32-bit
+ The auxiliary vector is a series of pairs of 32-bit tag and 32-bit
value, terminated by an AT_NULL tag.
*/