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.13-83-g94409c7


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  94409c736b216c405c214c041a33b5fab58bd408 (commit)
       via  795934a60e3ab066b44ed42aa4514c7101084fef (commit)
      from  2739047682590b1df473401b4febf424f857fccf (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=94409c736b216c405c214c041a33b5fab58bd408

commit 94409c736b216c405c214c041a33b5fab58bd408
Author: Justin P. Mattock <justinmattock@gmail.com>
Date:   Sun Apr 17 20:56:07 2011 -0400

    Typo fix appproximated.

diff --git a/sysdeps/ia64/fpu/s_erfcl.S b/sysdeps/ia64/fpu/s_erfcl.S
index 266e1e1..31ffc2d 100644
--- a/sysdeps/ia64/fpu/s_erfcl.S
+++ b/sysdeps/ia64/fpu/s_erfcl.S
@@ -168,7 +168,7 @@
 // Case exp_small:
 //
 //   Here, exp(X) and exp(X) - 1 can all be 
-//   appproximated by a relatively simple polynomial.
+//   approximated by a relatively simple polynomial.
 //
 //   This polynomial resembles the truncated Taylor series
 //
diff --git a/sysdeps/ia64/fpu/s_expm1l.S b/sysdeps/ia64/fpu/s_expm1l.S
index 5f135fa..a3a6e40 100644
--- a/sysdeps/ia64/fpu/s_expm1l.S
+++ b/sysdeps/ia64/fpu/s_expm1l.S
@@ -139,7 +139,7 @@
 // Case exp_small:
 //
 //   Here, exp(X) and exp(X) - 1 can all be 
-//   appproximated by a relatively simple polynomial.
+//   approximated by a relatively simple polynomial.
 //
 //   This polynomial resembles the truncated Taylor series
 //

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=795934a60e3ab066b44ed42aa4514c7101084fef

commit 795934a60e3ab066b44ed42aa4514c7101084fef
Author: Justin P. Mattock <justinmattock@gmail.com>
Date:   Sun Apr 17 20:55:16 2011 -0400

    Fix a comment.

diff --git a/nscd/selinux.h b/nscd/selinux.h
index 67d981b..bc7e1e2 100644
--- a/nscd/selinux.h
+++ b/nscd/selinux.h
@@ -45,7 +45,7 @@ extern void nscd_avc_cache_stats (struct avc_cache_stats *cstats);
 extern void nscd_avc_print_stats (struct avc_cache_stats *cstats);
 
 # ifdef HAVE_LIBCAP
-/* Preserve capabilities to connect to connnect to the audit daemon.  */
+/* Preserve capabilities to connect to the audit daemon. */
 extern cap_t preserve_capabilities (void);
 /* Install final capabilities.  */
 extern void install_real_capabilities (cap_t new_caps);

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

Summary of changes:
 nscd/selinux.h              |    2 +-
 sysdeps/ia64/fpu/s_erfcl.S  |    2 +-
 sysdeps/ia64/fpu/s_expm1l.S |    2 +-
 3 files changed, 3 insertions(+), 3 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]