Fix word choice.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 1 Aug 2010 23:18:45 +0000 (23:18 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 1 Aug 2010 23:18:45 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109995 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 2d3c56555f0e0589131e07acc5eb226ddf7211af..77774467f8c788c2ba1758b767e8bcc6756f4986 100644 (file)
@@ -1436,7 +1436,7 @@ to the key string for a value.</p>
 
 <p>The StringMap is very fast for several reasons: quadratic probing is very
 cache efficient for lookups, the hash value of strings in buckets is not
-recomputed when lookup up an element, StringMap rarely has to touch the
+recomputed when looking up an element, StringMap rarely has to touch the
 memory for unrelated objects when looking up a value (even when hash collisions
 happen), hash table growth does not recompute the hash values for strings
 already in the table, and each pair in the map is store in a single allocation