Skip to content

Commit 74014b5

Browse files
authored
Fix typo in AMDGPUUsage. NFC (llvm#93652)
The vendor name is mesa but not mesa3d.
1 parent f42de69 commit 74014b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to specify the target triple:
6464
Vendor Description
6565
============ ==============================================================
6666
``amd`` Can be used for all AMD GPU usage.
67-
``mesa3d`` Can be used if the OS is ``mesa3d``.
67+
``mesa`` Can be used if the OS is ``mesa3d``.
6868
============ ==============================================================
6969

7070
.. table:: AMDGPU Operating Systems

0 commit comments

Comments
 (0)