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/arch/mips Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/a8944ef81fa7
branches:  trunk
changeset: 358359:a8944ef81fa7
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Dec 25 05:29:27 2017 +0000

description:
Fix typo in comment

from freebsd

diffstat:

 libexec/ld.elf_so/arch/mips/mips_reloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 76c367be65cc -r a8944ef81fa7 libexec/ld.elf_so/arch/mips/mips_reloc.c
--- a/libexec/ld.elf_so/arch/mips/mips_reloc.c  Mon Dec 25 05:08:49 2017 +0000
+++ b/libexec/ld.elf_so/arch/mips/mips_reloc.c  Mon Dec 25 05:29:27 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_reloc.c,v 1.70 2017/12/24 01:22:16 maya Exp $     */
+/*     $NetBSD: mips_reloc.c,v 1.71 2017/12/25 05:29:27 maya Exp $     */
 
 /*
  * Copyright 1997 Michael L. Hitch <mhitch%montana.edu@localhost>
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mips_reloc.c,v 1.70 2017/12/24 01:22:16 maya Exp $");
+__RCSID("$NetBSD: mips_reloc.c,v 1.71 2017/12/25 05:29:27 maya Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -61,7 +61,7 @@
  * ELF64 MIPS encodes the relocs uniquely.  The first 32-bits of info contain
  * the symbol index.  The top 32-bits contain three relocation types encoded
  * in big-endian integer with first relocation in LSB.  This means for little
- * endian we have to byte swap that interger (r_type).
+ * endian we have to byte swap that integer (r_type).
  */
 #define        Elf_Sxword                      Elf64_Sxword
 #define        ELF_R_NXTTYPE_64_P(r_type)      ((((r_type) >> 8) & 0xff) == R_TYPE(64))



Home | Main Index | Thread Index | Old Index