Module Name:    src
Committed By:   abhinav
Date:           Mon Apr 15 06:42:06 UTC 2019

Modified Files:
        src/libexec/ld.elf_so: ld.elf_so.1

Log Message:
Typo: s/a indirection/an indirection/


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/libexec/ld.elf_so/ld.elf_so.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/ld.elf_so.1
diff -u src/libexec/ld.elf_so/ld.elf_so.1:1.19 src/libexec/ld.elf_so/ld.elf_so.1:1.20
--- src/libexec/ld.elf_so/ld.elf_so.1:1.19	Sun Apr 14 22:09:50 2019
+++ src/libexec/ld.elf_so/ld.elf_so.1	Mon Apr 15 06:42:06 2019
@@ -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 versioni
 .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.

Reply via email to