]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
gdb_helper: Typo hueristic
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Jan 2025 12:25:14 +0000 (13:25 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 26 Feb 2025 18:34:57 +0000 (19:34 +0100)
%s/hueristic/heuristic/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/gdb_helper.py.in

index 5ed9eab0f529863129a5c40b3b20176b69ad692d..a2cab416ab098ce4e12c79a8069bbb3e5dce7fe2 100644 (file)
@@ -10,7 +10,7 @@ gdb.prompt_hook = prompt_hook
 
 class IsGrubLoaded (gdb.Function):
   """Return 1 if GRUB has been loaded in memory, otherwise 0.
-The hueristic used is checking if the first 4 bytes of the memory pointed
+The heuristic used is checking if the first 4 bytes of the memory pointed
 to by the _start symbol are not 0. This is true for QEMU on the first run
 of GRUB. This may not be true on physical hardware, where memory is not
 necessarily cleared on soft reset. This may not also be true in QEMU on