瀏覽代碼

commentary typo fix

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 年之前
父節點
當前提交
8f86886b17
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ldso/ldso/sparc/elfinterp.c

+ 2 - 2
ldso/ldso/sparc/elfinterp.c

@@ -200,7 +200,7 @@ _dl_do_reloc(struct elf_resolve *tpnt, struct dyn_elf *scope,
 
 
 		}
 		}
 	} else {
 	} 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
          * symbol value of zero, and using the module containing the
          * reloc itself. */
          * reloc itself. */
         symbol_addr = sym->st_value;
         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:
         case R_SPARC_TLS_TPOFF32:
             /* The offset is negative, forward from the thread pointer.
             /* 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
              * It is a negative value which will be added to the
              * thread pointer.  */
              * thread pointer.  */
             CHECK_STATIC_TLS ((struct link_map *) tls_tpnt);
             CHECK_STATIC_TLS ((struct link_map *) tls_tpnt);