public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix typo in riscv-dis.c comment
@ 2023-07-28  3:36 Tsukasa OI
  0 siblings, 0 replies; only message in thread
From: Tsukasa OI @ 2023-07-28  3:36 UTC (permalink / raw)
  To: bfd-cvs

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

commit fdc5ba89ca821fb55726fd6ef2d11e851af463a4
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Fri Jul 28 03:33:39 2023 +0000

    Fix typo in riscv-dis.c comment
    
    Don't go "past" the start of the section.

Diff:
---
 opcodes/riscv-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index 2826248f8af..138eed8d31f 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -939,7 +939,7 @@ riscv_search_mapping_symbol (bfd_vma memaddr,
     }
 
   /* We can not find the suitable mapping symbol above.  Therefore, we
-     look forwards and try to find it again, but don't go pass the start
+     look forwards and try to find it again, but don't go past the start
      of the section.  Otherwise a data section without mapping symbols
      can pick up a text mapping symbol of a preceeding section.  */
   if (!found)

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

only message in thread, other threads:[~2023-07-28  3:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28  3:36 [binutils-gdb] Fix typo in riscv-dis.c comment Tsukasa OI

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).