summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-31 08:43:13 +0000
committerandvar <andvar@NetBSD.org>2022-05-31 08:43:13 +0000
commitd8e361d9940a3e372393c3761d1bab2424d75a6d (patch)
tree39af97fea903de1a27f40ddf6a7f44eef0a26d10 /libexec
parentaeea3f62eb246aaf2fd379bef035ddcc752ea7a5 (diff)
fix various typos in comments, documentation and messages.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/arch/aarch64/mdreloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/arch/aarch64/mdreloc.c b/libexec/ld.elf_so/arch/aarch64/mdreloc.c
index a1201a722b6..49e7571d044 100644
--- a/libexec/ld.elf_so/arch/aarch64/mdreloc.c
+++ b/libexec/ld.elf_so/arch/aarch64/mdreloc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mdreloc.c,v 1.14 2020/06/16 21:01:30 joerg Exp $ */
+/* $NetBSD: mdreloc.c,v 1.15 2022/05/31 08:43:14 andvar Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.14 2020/06/16 21:01:30 joerg Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.15 2022/05/31 08:43:14 andvar Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -158,7 +158,7 @@ _rtld_tlsdesc_fill(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *where,
offs += rela->r_addend;
if (defobj->tls_done) {
- /* Variable is in initialy allocated TLS segment */
+ /* Variable is in initially allocated TLS segment */
where[0] = (Elf_Addr)_rtld_tlsdesc_static;
where[1] = defobj->tlsoffset + offs +
sizeof(struct tls_tcb);