summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-03 20:17:53 +0000
committerChris Lattner <sabre@nondot.org>2007-02-03 20:17:53 +0000
commitf043f7653ef6d5e462877bb08806265dcca7e23b (patch)
tree36f8cd77d1a9e6d0879363791438271a7867e090 /llvm/docs/ProgrammersManual.html
parent9dd7a380a83b6a12b6ff3727269785b93c621ed9 (diff)
downloadbcm5719-llvm-f043f7653ef6d5e462877bb08806265dcca7e23b.tar.gz
bcm5719-llvm-f043f7653ef6d5e462877bb08806265dcca7e23b.zip
fix grammar
llvm-svn: 33839
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index ed81a734c0a..022d50bb68f 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -1187,11 +1187,11 @@ pointers, or map other small types to each other.
There are several aspects of DenseMap that you should be aware of, however. The
iterators in a densemap are invalidated whenever an insertion occurs, unlike
map. Also, because DenseMap allocates space for a large number of key/value
-pairs (it starts with 64 by default) if you have large keys or values, it can
-waste a lot of space. Finally, you must implement a partial specialization of
+pairs (it starts with 64 by default), it will waste a lot of space if your keys
+or values are large. Finally, you must implement a partial specialization of
DenseMapKeyInfo for the key that you want, if it isn't already supported. This
is required to tell DenseMap about two special marker values (which can never be
-inserted into the map).</p>
+inserted into the map) that it needs internally.</p>
</div>
OpenPOWER on IntegriCloud