[cfe-commits] r129167 - /cfe/trunk/docs/UsersManual.html

Chris Lattner sabre at nondot.org
Fri Apr 8 15:58:43 PDT 2011


Author: lattner
Date: Fri Apr  8 17:58:43 2011
New Revision: 129167

URL: http://llvm.org/viewvc/llvm-project?rev=129167&view=rev
Log:
typo fix + expand

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=129167&r1=129166&r2=129167&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Fri Apr  8 17:58:43 2011
@@ -777,8 +777,8 @@
 translated into a call to <tt>abort</tt>. If this option is set, then the code
 generator will always lower the builtin to a call to the specified function
 regardless of whether the target ISA has a trap instruction. This option is
-useful for environements (e.g. deeply embedded) where a trap cannot be properly
-handled.</dd>
+useful for environments (e.g. deeply embedded) where a trap cannot be properly
+handled, or when some custom behavior is desired.</dd>
 </dl>
 
 <!-- ======================================================================= -->





More information about the cfe-commits mailing list