From 88dec172182965eb18b0fcaf73519219d43c7e5b Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Thu, 25 Mar 2004 07:30:45 +0000 Subject: [PATCH] Correct obvious typo in comment. --- sys/cpu/i386/include/elf.h | 4 ++-- sys/i386/include/elf.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/cpu/i386/include/elf.h b/sys/cpu/i386/include/elf.h index ca28c597b8..4f2d5636d0 100644 --- a/sys/cpu/i386/include/elf.h +++ b/sys/cpu/i386/include/elf.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/include/elf.h,v 1.9.2.1 2001/11/03 01:41:08 ps Exp $ - * $DragonFly: src/sys/cpu/i386/include/elf.h,v 1.3 2003/11/10 06:12:12 dillon Exp $ + * $DragonFly: src/sys/cpu/i386/include/elf.h,v 1.4 2004/03/25 07:30:45 cpressey Exp $ */ #ifndef _MACHINE_ELF_H_ @@ -35,7 +35,7 @@ */ #include /* Definitions common to all 32 bit architectures. */ -#include /* Definitions common to all 32 bit architectures. */ +#include /* Definitions common to all 64 bit architectures. */ #ifndef __ELF_WORD_SIZE #define __ELF_WORD_SIZE 32 /* Used by */ diff --git a/sys/i386/include/elf.h b/sys/i386/include/elf.h index a94fe93683..7c0dcced30 100644 --- a/sys/i386/include/elf.h +++ b/sys/i386/include/elf.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/include/elf.h,v 1.9.2.1 2001/11/03 01:41:08 ps Exp $ - * $DragonFly: src/sys/i386/include/Attic/elf.h,v 1.3 2003/11/10 06:12:12 dillon Exp $ + * $DragonFly: src/sys/i386/include/Attic/elf.h,v 1.4 2004/03/25 07:30:45 cpressey Exp $ */ #ifndef _MACHINE_ELF_H_ @@ -35,7 +35,7 @@ */ #include /* Definitions common to all 32 bit architectures. */ -#include /* Definitions common to all 32 bit architectures. */ +#include /* Definitions common to all 64 bit architectures. */ #ifndef __ELF_WORD_SIZE #define __ELF_WORD_SIZE 32 /* Used by */ -- 2.41.0