Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759164AbXHSADr (ORCPT ); Sat, 18 Aug 2007 20:03:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752420AbXHSADj (ORCPT ); Sat, 18 Aug 2007 20:03:39 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:58794 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbXHSADi (ORCPT ); Sat, 18 Aug 2007 20:03:38 -0400 Date: Sun, 19 Aug 2007 01:03:07 +0100 From: Al Viro To: Linus Torvalds Cc: davem@davemloft.net, linux-kernel@vger.kernel.org Subject: [PATCH] soft-fp.h tpyo Message-ID: <20070819000307.GQ21089@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 635 Lines: 20 Signed-off-by: Al Viro --- diff --git a/include/math-emu/soft-fp.h b/include/math-emu/soft-fp.h index a0721ef..a6f873b 100644 --- a/include/math-emu/soft-fp.h +++ b/include/math-emu/soft-fp.h @@ -98,7 +98,7 @@ #endif #ifndef FP_TRAPPING_EXCEPTIONS -#define FP_TRAPPING_EXCPETIONS 0 +#define FP_TRAPPING_EXCEPTIONS 0 #endif #define FP_SET_EXCEPTION(ex) \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/