aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/PDB/HashTable.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/PDB/HashTable.rst')
-rw-r--r--llvm/docs/PDB/HashTable.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/PDB/HashTable.rst b/llvm/docs/PDB/HashTable.rst
index 581ec59..7420510 100644
--- a/llvm/docs/PDB/HashTable.rst
+++ b/llvm/docs/PDB/HashTable.rst
@@ -17,8 +17,8 @@ a consumer to read a list of values and reconstruct the hash table on the fly.
The serialization format supports hash tables of arbitrarily large size and
capacity, as well as value types and hash functions. The only supported key
value type is a uint32. The only requirement is that the producer and consumer
-agree on the hash function. As such, the hash function can is not discussed
-further in this document, it is assumed that for a particular instance of a PDB
+agree on the hash function. As such, the hash function is not discussed
+further in this document. It is assumed that for a particular instance of a PDB
file hash table, the appropriate hash function is being used.
On-Disk Format