This is the mail archive of the libc-alpha@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]

[PATCH 01/37] Manual typos: Introduction


2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/intro.texi: Fix typos in the manual.
---
 manual/intro.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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