]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
misc: Spelling fixes
authorGlenn Washburn <development@efficientek.com>
Tue, 10 Jan 2023 21:08:33 +0000 (15:08 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 19 Jan 2023 16:39:04 +0000 (17:39 +0100)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/gdb/i386/idt.c
grub-core/gdb/i386/signal.c
include/grub/partition.h

index 69bfcb089c42cb186306fdd31e7a175e1290678e..43bde51a01ff8d4237eaa2b4eacefdc1aa97954f 100644 (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
  *
index 1ac3bbd183d86cd84430223818a2910b45377645..b169c6b230a9eac92b848cd45b840e9f3d2a1e87 100644 (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
  *
index 8208cc7881860b08e12b015c2613a11578ba3937..c4d71d0eea49a330ecf34864dc5a0935415fa036 100644 (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;
 };