[COMMITTED] Fix typo in riscv-dis.c comment

Message ID fdc5ba89ca821fb55726fd6ef2d11e851af463a4.1690515275.git.research_trasio@irq.a4lg.com
State Accepted
Headers
Series [COMMITTED] Fix typo in riscv-dis.c comment |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Tsukasa OI July 28, 2023, 3:37 a.m. UTC
  From: Tsukasa OI <research_trasio@irq.a4lg.com>

Don't go "past" the start of the section.
---
 opcodes/riscv-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: f921e120da78adc973610df81f01ea37b369e13f
  

Patch

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index 2826248f8afa..138eed8d31f3 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)