misc: Spelling fixes

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2023-01-10 15:08:33 -06:00 committed by Daniel Kiper
parent bdfef24672
commit aa0fc29a4f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* idt.c - routines for constructing IDT fot the GDB stub */
/* idt.c - routines for constructing IDT for the GDB stub */
/*
* Copyright (C) 2006 Lubomir Kundrak
*

View File

@ -1,4 +1,4 @@
/* idt.c - routines for constructing IDT fot the GDB stub */
/* idt.c - routines for constructing IDT for the GDB stub */
/*
* Copyright (C) 2006 Lubomir Kundrak
*

View File

@ -87,7 +87,7 @@ struct grub_partition
/* The type partition map. */
grub_partition_map_t partmap;
/* The type of partition whne it's on MSDOS.
/* The type of partition when it's on MSDOS.
Used for embedding detection. */
grub_uint8_t msdostype;
};