summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2019-04-15 06:42:06 +0000
committerabhinav <abhinav@NetBSD.org>2019-04-15 06:42:06 +0000
commit597393b4c01c97ed6854daf5cc4994396abcd065 (patch)
tree2a0b4e0697bdf1b0bf1ddcea1fe6da8cee602670 /libexec
parent5ad333dfb25d0d7bada0daf2b76aca87177d6fb9 (diff)
Typo: s/a indirection/an indirection/
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/ld.elf_so.14
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/ld.elf_so.1 b/libexec/ld.elf_so/ld.elf_so.1
index 74b7a743446..6881b6381a1 100644
--- a/libexec/ld.elf_so/ld.elf_so.1
+++ b/libexec/ld.elf_so/ld.elf_so.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: ld.elf_so.1,v 1.19 2019/04/14 22:09:50 wiz Exp $
+.\" $NetBSD: ld.elf_so.1,v 1.20 2019/04/15 06:42:06 abhinav Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -153,7 +153,7 @@ This naming convention allows a versioning scheme similar to
.Nm
will perform all necessary relocations immediately except for relocations
relating to the Procedure Linkage Table (PLT).
-The PLT is used as a indirection method for procedure
+The PLT is used as an indirection method for procedure
calls to globally defined functions.
It allows, through the use of intermediate code, the delayed binding of
a call to a globally defined function to be performed at procedure call time.