@@ -80,7 +80,7 @@ of all the sections ahead of it.
8080
8181.. note ::
8282 Sections might be padded to meet specific alignment requirements. For
83- simplicity, header fields and data sections solely for padding purpose are
83+ simplicity, header fields and data sections solely for padding purposes are
8484 omitted in the data layout graph above and the rest of this document.
8585
8686Header
@@ -195,7 +195,7 @@ The fields are documented as follows:
195195
196196``FuncHash ``
197197 A checksum of the function's IR, taking control flow graph and instrumented
198- value sites into accounts . See `computeCFGHash `_ for details.
198+ value sites into account . See `computeCFGHash `_ for details.
199199
200200.. _`computeCFGHash` : https://github.com/llvm/llvm-project/blob/7c3b67d2038cfb48a80299089f6a1308eee1df7f/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp#L616-L685
201201
@@ -210,7 +210,7 @@ The fields are documented as follows:
210210.. _`commit a1532ed` : https://github.com/llvm/llvm-project/commit/a1532ed27582038e2d9588108ba0fe8237f01844
211211
212212 .. note ::
213- ``CounterPtr `` might represent a different value for non-IRPGO use case . For
213+ ``CounterPtr `` might represent a different value for non-IRPGO use cases . For
214214 example, for `binary profile correlation `_, it represents the absolute address of counter.
215215 When in doubt, check source code.
216216
@@ -221,7 +221,7 @@ The fields are documented as follows:
221221 corresponding bitmap.
222222
223223 .. note ::
224- Similar to `CounterPtr `_, this field may represent a different value for non-IRPGO use case .
224+ Similar to `CounterPtr `_, this field may represent a different value for non-IRPGO use cases .
225225
226226``FunctionPointer ``
227227 Records the function address when instrumented binary runs. This is used to
0 commit comments