This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-811-gf638872


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f638872ab422a5747b9481a88087cf7d857f048d (commit)
      from  48085d142e3879a31af25a10316104bb7092eb1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f638872ab422a5747b9481a88087cf7d857f048d

commit f638872ab422a5747b9481a88087cf7d857f048d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Dec 1 00:14:58 2012 +0000

    Fix typos in arith.texi.

diff --git a/ChangeLog b/ChangeLog
index beca929..ff6a493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* manual/arith.texi (feenableexcept): Fix typo.
+	(fedisableexcept): Likewise.
+
 2012-11-30  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
diff --git a/manual/arith.texi b/manual/arith.texi
index 3f4e56a..f387c8f 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -1064,7 +1064,7 @@ occur, you can use the following two functions.
 @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 @@ operation was successful, @code{-1} otherwise.
 @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.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 manual/arith.texi |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]