grub-devel
[Top][All Lists]
Advanced

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

[PATCH] docs/grub-dev.texi: fix typos


From: Nikolai Kostrigin
Subject: [PATCH] docs/grub-dev.texi: fix typos
Date: Thu, 23 Sep 2021 18:06:03 +0300

From: Nikolai Kostrigin <nickel@altlinux.org>

Signed-off-by: Nikolai Kostrigin <nickel@altlinux.org>
---
 docs/grub-dev.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
index 6c629a23e..fb2cc965e 100644
--- a/docs/grub-dev.texi
+++ b/docs/grub-dev.texi
@@ -760,7 +760,7 @@ void grub_arch_sync_caches (void *address, grub_size_t len) 
(cache.S). They
 won't be used for now.
 
 You will need to create directory include/$cpu/$platform and a file
-include/$cpu/types.h. The later folowing this template:
+include/$cpu/types.h. The latter following this template:
 
 @example
 #ifndef GRUB_TYPES_CPU_HEADER
@@ -1034,15 +1034,15 @@ On emu stack and heap are just normal host OS stack and 
heap. Stack is typically
 On i386-pc, i386-coreboot, i386-qemu and i386-multiboot the stack is 60KiB.
 All available space between 1MiB and 4GiB marks is part of heap.
 
-On *-xen stack is 4MiB. If compiled for x86-64 with GCC 4.4 or later adressable
-space is unlimited. When compiled for x86-64 with older GCC version adressable
-space is limited to 2GiB. When compiling for i386 adressable space is limited
-to 4GiB. All adressable pages except the ones for stack, GRUB binary, special
+On *-xen stack is 4MiB. If compiled for x86-64 with GCC 4.4 or later 
addressable
+space is unlimited. When compiled for x86-64 with older GCC version addressable
+space is limited to 2GiB. When compiling for i386 addressable space is limited
+to 4GiB. All addressable pages except the ones for stack, GRUB binary, special
 pages and page table are in the heap.
 
 On *-efi GRUB uses same stack as EFI. If compiled for x86-64 with GCC 4.4 or
-later adressable space is unlimited. When compiled for x86-64 with older GCC
-version adressable space is limited to 2GiB. For all other platforms adressable
+later addressable space is unlimited. When compiled for x86-64 with older GCC
+version addressable space is limited to 2GiB. For all other platforms 
addressable
 space is limited to 4GiB. GRUB allocates pages from EFI for its heap, at most
 1.6 GiB.
 
@@ -2036,7 +2036,7 @@ functions (defined in @file{gfxmenu/gui_util.c}) that are 
particularly useful:
 
 @item @code{grub_gui_find_by_id (root, id, callback, userdata)}:
 
-This function ecursively traverses the component tree rooted at @var{root}, and
+This function recursively traverses the component tree rooted at @var{root}, 
and
 for every component that has an ID equal to @var{id}, calls the function 
pointed
 to by @var{callback} with the matching component and the void pointer 
@var{userdata}
 as arguments.  The callback function can do whatever is desired to use the
-- 
2.33.0




reply via email to

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