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

[Commits] r21906 - in /fsf/trunk/libc: ChangeLog manual/arith.texi



Author: eglibc
Date: Sun Dec  2 00:01:52 2012
New Revision: 21906

Log:
Import glibc-mainline for 2012-12-02

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/manual/arith.texi

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Dec  2 00:01:52 2012
@@ -1,3 +1,8 @@
+2012-12-01  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* manual/arith.texi (feenableexcept): Fix typo.
+	(fedisableexcept): Likewise.
+
 2012-11-30  Roland McGrath  <roland@xxxxxxxxxxxxx>
 
 	* sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a

Modified: fsf/trunk/libc/manual/arith.texi
==============================================================================
--- fsf/trunk/libc/manual/arith.texi (original)
+++ fsf/trunk/libc/manual/arith.texi Sun Dec  2 00:01:52 2012
@@ -1064,7 +1064,7 @@
 @comment GNU
 @deftypefun int feenableexcept (int @var{excepts})
 This functions enables traps for each of the exceptions as indicated by
-the parameter @var{except}.  The individual excepetions are described in
+the parameter @var{except}.  The individual exceptions are described in
 @ref{Status bit operations}.  Only the specified exceptions are
 enabled, the status of the other exceptions is not changed.
 
@@ -1076,7 +1076,7 @@
 @comment GNU
 @deftypefun int fedisableexcept (int @var{excepts})
 This functions disables traps for each of the exceptions as indicated by
-the parameter @var{except}.  The individual excepetions are described in
+the parameter @var{except}.  The individual exceptions are described in
 @ref{Status bit operations}.  Only the specified exceptions are
 disabled, the status of the other exceptions is not changed.
 

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits