This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] intrinsic.texi: Fix a typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-10-29  Kazu Hirata  <kazu@codesourcery.com>

	* intrinsic.texi: Fix a typo.

Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 118129)
+++ intrinsic.texi	(working copy)
@@ -417,7 +417,7 @@ present, then all characters up to and e
 used as file name.
 @item @var{MODE} @tab Scalar @code{CHARACTER} with the file access mode,
 may be any concatenation of @code{"r"} (readable), @code{"w"} (writable)
-and @code{"x"} (executable), or @code{" "} to check for existance.
+and @code{"x"} (executable), or @code{" "} to check for existence.
 @end multitable
 
 @item @emph{Return value}:


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