Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/hpux Fix typo in variable name.



details:   https://anonhg.NetBSD.org/src/rev/4ff681930c8b
branches:  trunk
changeset: 514670:4ff681930c8b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 08 02:35:25 2001 +0000

description:
Fix typo in variable name.

diffstat:

 sys/compat/hpux/hpux_exec.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4273ae5e6c95 -r 4ff681930c8b sys/compat/hpux/hpux_exec.h
--- a/sys/compat/hpux/hpux_exec.h       Sat Sep 08 02:05:39 2001 +0000
+++ b/sys/compat/hpux/hpux_exec.h       Sat Sep 08 02:35:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpux_exec.h,v 1.9 2000/11/27 15:26:17 tsutsui Exp $    */
+/*     $NetBSD: hpux_exec.h,v 1.10 2001/09/08 02:35:25 wiz Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
        long    ha_pad1;
        long    ha_supsyms;     /* supplementary symbol table */
        long    ha_drelocs;     /* non-PIC relocation info */
-       long    ha_extentions;  /* file offset of special extensions */
+       long    ha_extensions;  /* file offset of special extensions */
 };
 
 #define        HPUX_EXEC_HDR_SIZE      (sizeof(struct hpux_exec))
@@ -147,7 +147,7 @@
 #define        HPUX_SUPSYMOFF(x, m)    (HPUX_SYMOFF((x), (m)) + (x).ha_symbols)
 #define        HPUX_RTEXTOFF(x, m)     (HPUX_SUPSYMOFF((x), (m)) + (x).ha_supsyms)
 #define        HPUX_RDATAOFF(x, m)     (HPUX_RTEXTOFF((x), (m)) + (x).ha_trsize)
-#define        HPUX_EXTOFF(x, m)       ((x).ha_extentions)
+#define        HPUX_EXTOFF(x, m)       ((x).ha_extensions)
 
 #define        HPUXM_VALID     0x00000001
 #define HPUXM_STKWT    0x02000000



Home | Main Index | Thread Index | Old Index