summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-25 23:51:27 +0000
committerDan Gohman <gohman@apple.com>2010-02-25 23:51:27 +0000
commitd0c7fd8598ca250f91aef9d9c163f669ec70c536 (patch)
treed9758fd826074d0bb3a09864e479e2b1cf32aea5 /llvm/docs/ProgrammersManual.html
parentf804f182d03d47794f618278307b4d8f4b75d07c (diff)
downloadbcm5719-llvm-d0c7fd8598ca250f91aef9d9c163f669ec70c536.tar.gz
bcm5719-llvm-d0c7fd8598ca250f91aef9d9c163f669ec70c536.zip
Fix a few more typos.
llvm-svn: 97182
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index d74a645558c..d096f5a722d 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -525,7 +525,7 @@ lightweight <a href="http://en.wikipedia.org/wiki/Rope_(computer_science)">rope<
which points to temporary (stack allocated) objects. Twines can be implicitly
constructed as the result of the plus operator applied to strings (i.e., a C
strings, an <tt>std::string</tt>, or a <tt>StringRef</tt>). The twine delays the
-actual concatentation of strings until it is actually required, at which point
+actual concatenation of strings until it is actually required, at which point
it can be efficiently rendered directly into a character array. This avoids
unnecessary heap allocation involved in constructing the temporary results of
string concatenation. See
@@ -1098,7 +1098,7 @@ in the default manner.</p>
</div>
<div class="doc_text">
-<p><tt>ilist</tt>s have another speciality that must be considered. To be a good
+<p><tt>ilist</tt>s have another specialty that must be considered. To be a good
citizen in the C++ ecosystem, it needs to support the standard container
operations, such as <tt>begin</tt> and <tt>end</tt> iterators, etc. Also, the
<tt>operator--</tt> must work correctly on the <tt>end</tt> iterator in the
OpenPOWER on IntegriCloud