about summary refs log tree commit diff
diff options
context:
space:
mode:
authorricaljasan@pacific.net <ricaljasan@pacific.net>2016-05-06 00:54:29 -0700
committerMike Frysinger <vapier@gentoo.org>2016-05-19 23:22:59 -0400
commit5a1021e8856aa7c2086121f95ac4e3ded1403857 (patch)
tree2756d75e022634a40e255338a57a20aa7e7fff7a
parentffe9aaf2b9b7e297924b9fcf76ad854e6b97869b (diff)
downloadglibc-5a1021e8856aa7c2086121f95ac4e3ded1403857.tar.gz
glibc-5a1021e8856aa7c2086121f95ac4e3ded1403857.tar.xz
glibc-5a1021e8856aa7c2086121f95ac4e3ded1403857.zip
manual: fix typo in the introduction
-rw-r--r--ChangeLog4
-rw-r--r--manual/intro.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f0b5f8f1..49f49b5ac7 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 d4045f2e06..cc9c99f543 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