]> granicus.if.org Git - clang/commitdiff
typos
authorChris Lattner <sabre@nondot.org>
Fri, 10 Apr 2009 05:54:56 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Apr 2009 05:54:56 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68770 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 270d32d696459c35e36f1e4603848a83595e5051..d298a5622df34c2e8e58a145d30d721106e9ff99 100644 (file)
@@ -303,11 +303,11 @@ panic functions (i.e., they are only called when an internal program error
 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 &quot;no return&quot; 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>