aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.c
diff options
context:
space:
mode:
authorWill Hawkins <hawkinsw@obs.cr>2024-03-01 08:47:47 -0500
committerSimon Marchi <simon.marchi@efficios.com>2024-03-01 10:10:01 -0500
commit5764bd565a9ca570e330c44c32cdbf1dce212c02 (patch)
tree8a0db7cddc0913d2ee584c2b412f9bbf8b3f965d /gdb/jit.c
parent5c97cb1c80994462632ba7c62a54a3fbecaff2ca (diff)
downloadgdb-5764bd565a9ca570e330c44c32cdbf1dce212c02.zip
gdb-5764bd565a9ca570e330c44c32cdbf1dce212c02.tar.gz
gdb-5764bd565a9ca570e330c44c32cdbf1dce212c02.tar.bz2
gdb/jit: Fix missing word in comment
ChangeLog: * gdb/jit.c: Fix missing word in code comment. Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
Diffstat (limited to 'gdb/jit.c')
-rw-r--r--gdb/jit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/jit.c b/gdb/jit.c
index 3ca9cda..a7fd5c4 100644
--- 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)