]> granicus.if.org Git - clang/commitdiff
typo fix + expand
authorChris Lattner <sabre@nondot.org>
Fri, 8 Apr 2011 22:58:43 +0000 (22:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Apr 2011 22:58:43 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129167 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index c21a2b13ff658eb3aff67ed477a7e27e81ef8123..3636cdd0badf214f6bc2ccb7967249eceb7d86f7 100644 (file)
@@ -777,8 +777,8 @@ instruction if it is supported by the target ISA. Otherwise, the builtin is
 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>
 
 <!-- ======================================================================= -->