manual: fix typo in the introduction

This commit is contained in:
ricaljasan@pacific.net 2016-05-06 00:54:29 -07:00 committed by Mike Frysinger
parent ffe9aaf2b9
commit 5a1021e885
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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