diff options
Diffstat (limited to 'gdb/solib-rocm.c')
-rw-r--r-- | gdb/solib-rocm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 2b965ac..00a1eb6 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -425,7 +425,7 @@ rocm_bfd_iovec_open (bfd *abfd, void *inferior_void) if (errno != 0) { /* The actual message doesn't matter, the exception is caught - below, transformed in a BFD error, and the message is lost. */ + below, transformed in a BFD error, and the message is lost. */ error (_("Failed to parse integer.")); } |