]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/lib/rocm.exp: Fix a typo in a comment
authorShahab Vahedi <shahab.vahedi@amd.com>
Mon, 24 Feb 2025 12:54:50 +0000 (13:54 +0100)
committerShahab Vahedi <shahab.vahedi@amd.com>
Mon, 24 Feb 2025 13:01:43 +0000 (14:01 +0100)
"Check we have ..." --> "Check if we have ..."

This is for consistency with the previous comment and
the code downstream.

gdb/testsuite/lib/rocm.exp

index f358758f283108cbdb4376629a9fb0af20c8f009..3eb51dbb52f2335fb070d0a47e35f8656fa2d986 100644 (file)
@@ -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 ","]]