[binutils-gdb] x86-64: Replace non-lazey with non-lazy in comments

H.J. Lu hjl@sourceware.org
Fri Sep 11 04:11:36 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a8264a3e1c9a328eb81ec4aa2c0652172b43a03a

commit a8264a3e1c9a328eb81ec4aa2c0652172b43a03a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Sep 11 12:07:46 2026 +0800

    x86-64: Replace non-lazey with non-lazy in comments
    
    Fix typos in comments in elf64-x86-64.c by replacing non-lazey with
    non-lazy.
    
            * elf64-x86-64.c: Replace non-lazey with non-lazy in comments.
    
    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>

Diff:
---
 bfd/elf64-x86-64.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 2d40e8fc6d8..c52839d7be2 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -651,7 +651,7 @@ static const bfd_byte elf_x86_64_lazy_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE] =
   0x66, 0x90			/* xchg %ax,%ax		      */
 };
 
-/* Entries in the non-lazey procedure linkage table look like this.  */
+/* Entries in the non-lazy procedure linkage table look like this.  */
 
 static const bfd_byte elf_x86_64_non_lazy_plt_entry[NON_LAZY_PLT_ENTRY_SIZE] =
 {
@@ -660,7 +660,7 @@ static const bfd_byte elf_x86_64_non_lazy_plt_entry[NON_LAZY_PLT_ENTRY_SIZE] =
   0x66, 0x90	     /* xchg %ax,%ax				      */
 };
 
-/* Entries for branches with BND prefix in the non-lazey procedure
+/* Entries for branches with BND prefix in the non-lazy procedure
    linkage table look like this.  */
 
 static const bfd_byte elf_x86_64_non_lazy_bnd_plt_entry[NON_LAZY_PLT_ENTRY_SIZE] =
@@ -670,7 +670,7 @@ static const bfd_byte elf_x86_64_non_lazy_bnd_plt_entry[NON_LAZY_PLT_ENTRY_SIZE]
   0x90		     /* nop					      */
 };
 
-/* Entries for IBT-enabled branches with BND prefix in the non-lazey
+/* Entries for IBT-enabled branches with BND prefix in the non-lazy
    procedure linkage table look like this.  They have the same size as
    the lazy PLT entry.  */
 
@@ -682,7 +682,7 @@ static const bfd_byte elf_x86_64_non_lazy_bnd_ibt_plt_entry[LAZY_PLT_ENTRY_SIZE]
   0x0f, 0x1f, 0x44, 0x00, 0x00	/* nopl 0x0(%rax,%rax,1)       */
 };
 
-/* Entries for branches with IBT-enabled in the non-lazey procedure
+/* Entries for branches with IBT-enabled in the non-lazy procedure
    linkage table look like this.  They have the same size as the lazy
    PLT entry.  */


More information about the Binutils-cvs mailing list