From 34db0134a6fdcfc637a81eb09c2e63c3cb225068 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 2 Aug 2023 11:35:50 +0200 Subject: [PATCH] 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: * * Bail if we have any parsing errors. */