Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 09:36:00 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: 34db0134a6fd - main - kboot: Fix a typo in a source code comment
Message-ID:  <202308020936.3729a0sm056936@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=34db0134a6fdcfc637a81eb09c2e63c3cb225068

commit 34db0134a6fdcfc637a81eb09c2e63c3cb225068
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:35:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 09:35:50 +0000

    kboot: Fix a typo in a source code comment
    
    - s/descriptoin/description/
    
    MFC after:      3 days
---
 stand/kboot/seg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/kboot/seg.c b/stand/kboot/seg.c
index 4da53e2bc75d..558cac501224 100644
--- a/stand/kboot/seg.c
+++ b/stand/kboot/seg.c
@@ -227,7 +227,7 @@ parse_line(const char *line, uint64_t *startp, uint64_t *endp)
 	uint64_t start, end;
 
 	/*
-	 * Each line is a range followed by a descriptoin of the form:
+	 * Each line is a range followed by a description of the form:
 	 * <hex-number><dash><hex-number><space><colon><space><string>
 	 * Bail if we have any parsing errors.
 	 */



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