pmcstat(8): Fix a typo in a source code comment

- s/th/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2025-10-22 13:59:13 +02:00
parent 0a53e6d8bc
commit 2b2a4f02e0
+1 -1
View File
@@ -362,7 +362,7 @@ pmcpl_cg_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
* - Find the function that overlaps the return address.
* - If found: use the start address of the function.
* If not found (say an object's symbol table is not present or
* is incomplete), round down to th gprof bucket granularity.
* is incomplete), round down to the gprof bucket granularity.
* - Convert return virtual address to an offset in the image.
* - Look for a child with the same {offset,image} tuple,
* inserting one if needed.