git: 34db0134a6fd - main - kboot: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 09:36:00 UTC
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.
*/