summaryrefslogtreecommitdiffstats
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
commite094ee0a34fe8acd6073ec16c19720a89504780d (patch)
tree398827f31e68bc3ae4c6d895e4ad0a044254da86
parentf603f3afbdf598b28b36fb2c34e340be91f83e0a (diff)
downloadbcm5719-llvm-e094ee0a34fe8acd6073ec16c19720a89504780d.tar.gz
bcm5719-llvm-e094ee0a34fe8acd6073ec16c19720a89504780d.zip
typo fix + expand
llvm-svn: 129167
-rw-r--r--clang/docs/UsersManual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index c21a2b13ff6..3636cdd0bad 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/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>
<!-- ======================================================================= -->
OpenPOWER on IntegriCloud