git: bbc7da83155e - stable/13 - pmcstat(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Oct 2025 09:18:34 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbc7da83155ebfc099f69f613dfa5c141010b5db
commit bbc7da83155ebfc099f69f613dfa5c141010b5db
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-22 11:59:13 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-25 09:18:16 +0000
pmcstat(8): Fix a typo in a source code comment
- s/th/the/
(cherry picked from commit 2b2a4f02e0872065c63baec8bf0069e3b677def7)
---
usr.sbin/pmcstat/pmcpl_callgraph.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.c b/usr.sbin/pmcstat/pmcpl_callgraph.c
index 2ba6dfc0f8d5..247be5a76982 100644
--- a/usr.sbin/pmcstat/pmcpl_callgraph.c
+++ b/usr.sbin/pmcstat/pmcpl_callgraph.c
@@ -363,7 +363,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.