From 8267e47bb5c54698942b0869b121a2d8375d8674 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Dec 2000 06:53:55 +0000 Subject: Update. * math/fenv.h: Fix typo in comment. --- math/fenv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/fenv.h') diff --git a/math/fenv.h b/math/fenv.h index 0e2904a..55fd044 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -41,7 +41,7 @@ The following macros are defined iff the implementation supports this kind of exception. FE_INEXACT inexact result - FE_DIVBYZERO devision by zero + FE_DIVBYZERO division by zero FE_UNDERFLOW result not representable due to underflow FE_OVERFLOW result not representable due to overflow FE_INVALID invalid operation -- cgit v1.1