Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 11:59:31 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2b2a4f02e087 - main - pmcstat(8): Fix a typo in a source code comment
Message-ID:  <202510221159.59MBxV1Y084911@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=2b2a4f02e0872065c63baec8bf0069e3b677def7

commit 2b2a4f02e0872065c63baec8bf0069e3b677def7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-22 11:59:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-22 11:59:13 +0000

    pmcstat(8): Fix a typo in a source code comment
    
    - s/th/the/
    
    MFC after:      3 days
---
 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 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510221159.59MBxV1Y084911>