diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-06 18:51:08 +0200 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-16 11:29:26 -0700 |
| commit | ac92278d198a33b1f529d867be6abf230e59701a (patch) | |
| tree | d666afb7da4f83242f0de5c565c669f8d2812bb2 | |
| parent | c4a9207911d915e1a4475d9e2c463a84ad6d1f98 (diff) | |
| download | uClibc-alpine-ac92278d198a33b1f529d867be6abf230e59701a.tar.bz2 uClibc-alpine-ac92278d198a33b1f529d867be6abf230e59701a.tar.xz | |
commentary typo fix
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -rw-r--r-- | ldso/ldso/sparc/elfinterp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/sparc/elfinterp.c b/ldso/ldso/sparc/elfinterp.c index 5f3617bbe..a3f9d647f 100644 --- a/ldso/ldso/sparc/elfinterp.c +++ b/ldso/ldso/sparc/elfinterp.c @@ -200,7 +200,7 @@ _dl_do_reloc(struct elf_resolve *tpnt, struct dyn_elf *scope, } } else { - /* Relocs agfainst STN_UNDEF are usually treated as using a + /* Relocs against STN_UNDEF are usually treated as using a * symbol value of zero, and using the module containing the * reloc itself. */ symbol_addr = sym->st_value; @@ -285,7 +285,7 @@ _dl_do_reloc(struct elf_resolve *tpnt, struct dyn_elf *scope, case R_SPARC_TLS_TPOFF32: /* The offset is negative, forward from the thread pointer. - * We know the offset of object the symbol is contained in. + * We know the offset of the object the symbol is contained in. * It is a negative value which will be added to the * thread pointer. */ CHECK_STATIC_TLS ((struct link_map *) tls_tpnt); |
