From: Shahab Vahedi Date: Mon, 24 Feb 2025 12:54:50 +0000 (+0100) Subject: gdb/testsuite/lib/rocm.exp: Fix a typo in a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f52366c839a155d660964908b411c027851eae1;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite/lib/rocm.exp: Fix a typo in a comment "Check we have ..." --> "Check if we have ..." This is for consistency with the previous comment and the code downstream. --- diff --git a/gdb/testsuite/lib/rocm.exp b/gdb/testsuite/lib/rocm.exp index f358758f283..3eb51dbb52f 100644 --- a/gdb/testsuite/lib/rocm.exp +++ b/gdb/testsuite/lib/rocm.exp @@ -118,7 +118,7 @@ gdb_caching_proc allow_hipcc_tests {} { return {0 "no suitable amdgpu targets found"} } - # Check we have a working hipcc compiler available. + # Check if we have a working hipcc compiler available. # TARGETS won't be empty, because there's at least one GPU device. set targets [hcc_amdgpu_targets] set flags [list hip additional_flags=--offload-arch=[join $targets ","]]