summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-14 21:51:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-14 21:51:51 +0000
commitfe23b8c37cc29b2d05ea74c0a9b13cc47b6d3df3 (patch)
treefd658544493295f1ed4294cf979ed23ee7093957 /ldso
parent862fef6971ef660a985c790e3643187e5ecb855d (diff)
Some silly grammar stuff
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/i386/resolve.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/ldso/ldso/i386/resolve.S b/ldso/ldso/i386/resolve.S
index 97948ef91..60bd3ff3d 100644
--- a/ldso/ldso/i386/resolve.S
+++ b/ldso/ldso/i386/resolve.S
@@ -6,7 +6,7 @@
* _dl_linux_resolve. When we get called the stack looks like this:
* reloc_entry
* tpnt
-
+ *
* This function saves all the registers, puts a copy of reloc_entry and tpnt
* on the stack (as function arguments) then make the function call
* _dl_linux_resolver(tpnt, reloc_entry). _dl_linux_resolver() figures out
@@ -15,7 +15,9 @@
* address. We then clean up after ourselves, put all the registers back how we
* found them, then we jump to where the fixed up address, which is where the
* jump symbol that got us here really wanted to jump to in the first place.
- * -Erik Andersen
+ * found them, then we jump to the fixed up address, which is where the jump
+ * symbol that got us here really wanted to jump to in the first place.
+ * -Erik Andersen
*/
.text