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.23-343-g5a1021e


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  5a1021e8856aa7c2086121f95ac4e3ded1403857 (commit)
      from  ffe9aaf2b9b7e297924b9fcf76ad854e6b97869b (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5a1021e8856aa7c2086121f95ac4e3ded1403857

commit 5a1021e8856aa7c2086121f95ac4e3ded1403857
Author: ricaljasan@pacific.net <ricaljasan@pacific.net>
Date:   Fri May 6 00:54:29 2016 -0700

    manual: fix typo in the introduction

diff --git a/ChangeLog b/ChangeLog
index e1f0b5f..49f49b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/intro.texi: Fix duplicated typo.
+
 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13304]
diff --git a/manual/intro.texi b/manual/intro.texi
index d4045f2..cc9c99f 100644
--- a/manual/intro.texi
+++ b/manual/intro.texi
@@ -884,7 +884,7 @@ context.
 
 Some safety annotations may be conditional, in that they only apply if a
 boolean expression involving arguments, global variables or even the
-underlying kernel evaluates evaluates to true.  Such conditions as
+underlying kernel evaluates to true.  Such conditions as
 @code{/hurd} or @code{/!linux!bsd} indicate the preceding marker only
 applies when the underlying kernel is the HURD, or when it is neither
 Linux nor a BSD kernel, respectively.  @code{/!ps} and

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

Summary of changes:
 ChangeLog         |    4 ++++
 manual/intro.texi |    2 +-
 2 files changed, 5 insertions(+), 1 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]