Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so Typo: s/a indirection/an indirection/



details:   https://anonhg.NetBSD.org/src/rev/2d1f82dc9983
branches:  trunk
changeset: 455822:2d1f82dc9983
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Mon Apr 15 06:42:06 2019 +0000

description:
Typo: s/a indirection/an indirection/

diffstat:

 libexec/ld.elf_so/ld.elf_so.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1fc3fdeef51 -r 2d1f82dc9983 libexec/ld.elf_so/ld.elf_so.1
--- a/libexec/ld.elf_so/ld.elf_so.1     Mon Apr 15 06:16:42 2019 +0000
+++ b/libexec/ld.elf_so/ld.elf_so.1     Mon Apr 15 06:42:06 2019 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index