aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-rocm.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-03-01 15:21:53 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-03-01 15:22:17 -0500
commit09e5f69526eaa2916cc2b30de78d0558b9b0f832 (patch)
tree82a01d15a780690846f744210cbb04922d0335f9 /gdb/solib-rocm.c
parent3ac23310f2e59133d6e4398bc72c3544325a166b (diff)
downloadgdb-09e5f69526eaa2916cc2b30de78d0558b9b0f832.zip
gdb-09e5f69526eaa2916cc2b30de78d0558b9b0f832.tar.gz
gdb-09e5f69526eaa2916cc2b30de78d0558b9b0f832.tar.bz2
gdb: fix a whitespace issue in solib-rocm.c
Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021
Diffstat (limited to 'gdb/solib-rocm.c')
-rw-r--r--gdb/solib-rocm.c2
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."));
}