[cfe-commits] r68770 - /cfe/trunk/docs/LanguageExtensions.html
Chris Lattner
sabre at nondot.org
Thu Apr 9 22:54:57 PDT 2009
Author: lattner
Date: Fri Apr 10 00:54:56 2009
New Revision: 68770
URL: http://llvm.org/viewvc/llvm-project?rev=68770&view=rev
Log:
typos
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=68770&r1=68769&r2=68770&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Fri Apr 10 00:54:56 2009
@@ -303,11 +303,11 @@
occurs) but may actually return so that the program can fail gracefully. The
<tt>analyzer_noreturn</tt> attribute allows one to annotate such functions as
being interpreted as "no return" functions by the analyzer (thus
-pruning bogus paths) but will not effect compilation (as in the case of
+pruning bogus paths) but will not affect compilation (as in the case of
<tt>noreturn</tt>).</p>
<p><b>Usage</b>: The <tt>analyzer_noreturn</tt> attribute can be placed in the
-sampe places where the <tt>noreturn</tt> attribute can be placed. It is commonly
+same places where the <tt>noreturn</tt> attribute can be placed. It is commonly
placed at the end of function prototypes:</p>
<pre>
More information about the cfe-commits
mailing list