aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-08 22:58:43 +0000
committerChris Lattner <sabre@nondot.org>2011-04-08 22:58:43 +0000
commit02e266bf27a5a76c8185cdb11ab3cf82ee6178a9 (patch)
treedbc5e40934e7ab3f11f8d4b885dff134f1d21262 /docs/UsersManual.html
parent5fe98728dca1f3a7a378ce1a21984a0f8a0c0b8b (diff)
typo fix + expand
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r--docs/UsersManual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index c21a2b13ff..3636cdd0ba 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -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>
<!-- ======================================================================= -->