[llvm] b023ca9 - [llvm][docs] Fixed documentation (#158795)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 01:43:49 PDT 2025


Author: Vincent
Date: 2025-10-06T09:43:45+01:00
New Revision: b023ca9ce9359c2195795401c6c146e12db84f0e

URL: https://github.com/llvm/llvm-project/commit/b023ca9ce9359c2195795401c6c146e12db84f0e
DIFF: https://github.com/llvm/llvm-project/commit/b023ca9ce9359c2195795401c6c146e12db84f0e.diff

LOG: [llvm][docs] Fixed documentation (#158795)

fixes #158643

Added: 
    

Modified: 
    llvm/docs/PDB/HashTable.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/PDB/HashTable.rst b/llvm/docs/PDB/HashTable.rst
index 581ec598791c1..7420510af5f8e 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


        


More information about the llvm-commits mailing list