Issue 158643
Summary PDB Serialized Hash Table Format: minor typos in documentation
Labels documentation, debuginfo
Assignees
Reporter nlguillemot
    Minor typos in the documentation here:

https://llvm.org/docs/PDB/HashTable.html

Documentation says:

> As such, the hash function can 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.

Should say:

>  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.

Changes:

1. "can is" -> "is"
2. Replace a comma with a period.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to