[patch] intrinsic.texi: Fix a typo.

Kazu Hirata kazu@codesourcery.com
Sun Oct 29 10:01:00 GMT 2006


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}:



More information about the Gcc-patches mailing list