public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/jit: Fix missing word in comment
@ 2024-03-01 15:15 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2024-03-01 15:15 UTC (permalink / raw)
  To: gdb-cvs

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

commit 5764bd565a9ca570e330c44c32cdbf1dce212c02
Author: Will Hawkins <hawkinsw@obs.cr>
Date:   Fri Mar 1 08:47:47 2024 -0500

    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>

Diff:
---
 gdb/jit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/jit.c b/gdb/jit.c
index 3ca9cdabf9d..a7fd5c40f9d 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-01 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 15:15 [binutils-gdb] gdb/jit: Fix missing word in comment Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).