]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
types: Fix typo
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 13 Aug 2023 07:19:02 +0000 (09:19 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 6 Nov 2023 21:37:31 +0000 (22:37 +0100)
Just a small grammar mistake.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/types.h

index 0d96006fe2a2fa36d893fb23e25acf4ffb8d3945..45536a661f48990f0cddd7e316230543e3e73213 100644 (file)
@@ -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