diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-01-10 09:30:04 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-01-10 09:30:04 -0800 |
commit | 1eed6933e798717464bf0216014b413e5edb4726 (patch) | |
tree | 180747f27241a3ee35c0ee574bf84d62cf0b1cec | |
parent | a18e24a80aea1d1ed22b70b03d3dae5647eede44 (diff) | |
download | glibc-1eed6933e798717464bf0216014b413e5edb4726.tar glibc-1eed6933e798717464bf0216014b413e5edb4726.tar.gz glibc-1eed6933e798717464bf0216014b413e5edb4726.tar.bz2 glibc-1eed6933e798717464bf0216014b413e5edb4726.zip |
Comment typo.
-rw-r--r-- | sysdeps/arm/nacl/dl-trampoline.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/nacl/dl-trampoline.S b/sysdeps/arm/nacl/dl-trampoline.S index 24d4c08df4..60060d66e3 100644 --- a/sysdeps/arm/nacl/dl-trampoline.S +++ b/sysdeps/arm/nacl/dl-trampoline.S @@ -58,7 +58,7 @@ _dl_runtime_resolve: ldr r1, [sp, #28] @ r1 gets &GOT[n+3] - @ Get the 'struct link_map *' for first argument to _dl_fixup. + @ Get the 'struct link_map *' for the first argument to _dl_fixup. sfi_breg ip, ldr r0, [\B, #-4] @ Get the reloc offset for the second argument to _dl_fixup. |