diff options
Diffstat (limited to 'elf/dl-reloc.c')
-rw-r--r-- | elf/dl-reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index bec5881..5b22a50 100644 --- a/elf/dl-reloc.c +++ b/elf/dl-reloc.c @@ -68,7 +68,7 @@ _dl_relocate_object (struct link_map *l, struct link_map *scope[], int lazy) ELF_DYNAMIC_RELOCATE (l, lazy); } - /* Mark the object so we know ths work has been done. */ + /* Mark the object so we know this work has been done. */ l->l_relocated = 1; if (l->l_info[DT_TEXTREL]) |