summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-06-02 08:51:46 +0000
committerandvar <andvar@NetBSD.org>2023-06-02 08:51:46 +0000
commit7d0e1a6857dcbf5ffd8fcd0e112124619dda2c69 (patch)
treed40c808eafe10cde1b51826a014a15d197142367 /libexec
parenta24a59f572d6e4678904c562141927c4d3ab8482 (diff)
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
also s/beyound/beyond/ and few others along the way, mainly in comments.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/arch/sparc/mdreloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/arch/sparc/mdreloc.c b/libexec/ld.elf_so/arch/sparc/mdreloc.c
index 526c0dfa1d9..8e2ab086442 100644
--- a/libexec/ld.elf_so/arch/sparc/mdreloc.c
+++ b/libexec/ld.elf_so/arch/sparc/mdreloc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mdreloc.c,v 1.55 2018/04/03 21:10:27 joerg Exp $ */
+/* $NetBSD: mdreloc.c,v 1.56 2023/06/02 08:51:46 andvar Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.55 2018/04/03 21:10:27 joerg Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.56 2023/06/02 08:51:46 andvar Exp $");
#endif /* not lint */
#include <machine/elf_support.h>
@@ -301,7 +301,7 @@ _rtld_relocate_nonplt_objects(Obj_Entry *obj)
/*
* If it is no TLS relocation (handled above), we can not
- * deal with it if it is beyound R_SPARC_6.
+ * deal with it if it is beyond R_SPARC_6.
*/
if (type > R_TYPE(6))
return (-1);