aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-22 11:59:13 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-22 11:59:13 +0000
commit2b2a4f02e0872065c63baec8bf0069e3b677def7 (patch)
treef853e2d841878613c014ede4bdb170466849942f
parent0a53e6d8bc0b3a6332e228993d040fbf38f652fb (diff)
pmcstat(8): Fix a typo in a source code comment
- s/th/the/ MFC after: 3 days
-rw-r--r--usr.sbin/pmcstat/pmcpl_callgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.c b/usr.sbin/pmcstat/pmcpl_callgraph.c
index ade99464a4a3..63684f800bdc 100644
--- a/usr.sbin/pmcstat/pmcpl_callgraph.c
+++ b/usr.sbin/pmcstat/pmcpl_callgraph.c
@@ -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.