From 848e689872e4a6b36f6a04dc73483cefed253a41 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 22 Mar 2004 13:41:09 +0000 Subject: [PATCH] Typo fix, from skrueger at europe com. --- lib/libm/arch/i387/abi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libm/arch/i387/abi.h b/lib/libm/arch/i387/abi.h index cbfbd02c5f5b..c8fd43ee5103 100644 --- a/lib/libm/arch/i387/abi.h +++ b/lib/libm/arch/i387/abi.h @@ -1,4 +1,4 @@ -/* $NetBSD: abi.h,v 1.2 2003/09/14 21:26:14 fvdl Exp $ */ +/* $NetBSD: abi.h,v 1.3 2004/03/22 13:41:09 wiz Exp $ */ /* * Written by Frank van der Linden (fvdl@wasabisystems.com) @@ -8,7 +8,7 @@ * The x86-64 ABI specifies that float, double and long double * arguments are passed in SSE2 (xmm) registers. Unfortunately, * there is no way to push those on to the FP stack, which is - * where he fancier instructions get their arguments from. + * where the fancier instructions get their arguments from. * * Define some prologues and epilogues to store and retrieve * xmm regs to local variables.