Just a small grammar mistake.

-- 
Regards
Vladimir 'phcoder' Serbinenko
From e597e474b4ac0423d42902708d536670dba44a1c Mon Sep 17 00:00:00 2001
From: Vladimir Serbinenko <[email protected]>
Date: Sun, 13 Aug 2023 09:19:02 +0200
Subject: [PATCH] types: Fix typo

Just a small grammar mistake.

Signed-off-by: Vladimir Serbinenko <[email protected]>
---
 include/grub/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/grub/types.h b/include/grub/types.h
index 0d96006fe..45536a661 100644
--- a/include/grub/types.h
+++ b/include/grub/types.h
@@ -349,7 +349,7 @@ static inline void grub_set_unaligned64 (void *ptr, grub_uint64_t val)
 /*
  * The grub_absolute_pointer() macro borrows the idea from Linux kernel of using
  * RELOC_HIDE() macro to stop GCC from checking the result of pointer arithmetic
- * and also it's conversion to be inside the symbol's boundary [1]. The check
+ * and also its conversion to be inside the symbol's boundary [1]. The check
  * is sometimes false positive, especially it is controversial to emit the array
  * bounds [-Warray-bounds] warning on all hardwired literal pointers since GCC
  * 11/12 [2]. Unless a good solution can be settled, for the time being we
-- 
2.39.2

_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to