grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] misc: Spelling fixes


From: Glenn Washburn
Subject: [PATCH 1/3] misc: Spelling fixes
Date: Tue, 10 Jan 2023 15:08:33 -0600

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/gdb/i386/idt.c    | 2 +-
 grub-core/gdb/i386/signal.c | 2 +-
 include/grub/partition.h    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/grub-core/gdb/i386/idt.c b/grub-core/gdb/i386/idt.c
index 69bfcb089c..43bde51a01 100644
--- a/grub-core/gdb/i386/idt.c
+++ b/grub-core/gdb/i386/idt.c
@@ -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
  *
diff --git a/grub-core/gdb/i386/signal.c b/grub-core/gdb/i386/signal.c
index 1ac3bbd183..b169c6b230 100644
--- a/grub-core/gdb/i386/signal.c
+++ b/grub-core/gdb/i386/signal.c
@@ -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
  *
diff --git a/include/grub/partition.h b/include/grub/partition.h
index 8208cc7881..c4d71d0eea 100644
--- a/include/grub/partition.h
+++ b/include/grub/partition.h
@@ -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;
 };
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]