]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/jit: Fix missing word in comment
authorWill Hawkins <hawkinsw@obs.cr>
Fri, 1 Mar 2024 13:47:47 +0000 (08:47 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 1 Mar 2024 15:10:01 +0000 (10:10 -0500)
ChangeLog:

* gdb/jit.c: Fix missing word in code comment.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
gdb/jit.c

index 3ca9cdabf9da85ff6c9194ce9595854da133de87..a7fd5c40f9d40ebead5c9ed8782c9e1b45627102 100644 (file)
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -779,8 +779,8 @@ JITed symbol file is not an object file, ignoring it.\n"));
             b->printable_name);
 
   /* Read the section address information out of the symbol file.  Since the
-     file is generated by the JIT at runtime, it should all of the absolute
-     addresses that we care about.  */
+     file is generated by the JIT at runtime, it should contain all of the
+     absolute addresses that we care about.  */
   section_addr_info sai;
   for (sec = nbfd->sections; sec != NULL; sec = sec->next)
     if ((bfd_section_flags (sec) & (SEC_ALLOC|SEC_LOAD)) != 0)