aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:35:50 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:35:50 +0000
commit34db0134a6fdcfc637a81eb09c2e63c3cb225068 (patch)
tree00ca9aff9c0fe3d27ee3a6ac5a82a57423b03dab /stand/kboot
parentb7370efade8667b7025c27470163601255ac21f4 (diff)
downloadsrc-34db0134a6fdcfc637a81eb09c2e63c3cb225068.tar.gz
src-34db0134a6fdcfc637a81eb09c2e63c3cb225068.zip
Diffstat (limited to 'stand/kboot')
-rw-r--r--stand/kboot/seg.c2
1 files changed, 1 insertions, 1 deletions
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.
*/