diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-01 15:21:53 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-01 15:22:17 -0500 |
commit | 09e5f69526eaa2916cc2b30de78d0558b9b0f832 (patch) | |
tree | 82a01d15a780690846f744210cbb04922d0335f9 /gdb | |
parent | 3ac23310f2e59133d6e4398bc72c3544325a166b (diff) | |
download | gdb-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')
-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.")); } |