[llvm] 69a3976 - [AMDGPU][NFC] Fix typo in HeterogeneousDWARF doc

Scott Linder via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 10:40:29 PDT 2024


Author: Scott Linder
Date: 2024-04-24T17:38:54Z
New Revision: 69a3976e427d95eca3670cac963088c76612c9db

URL: https://github.com/llvm/llvm-project/commit/69a3976e427d95eca3670cac963088c76612c9db
DIFF: https://github.com/llvm/llvm-project/commit/69a3976e427d95eca3670cac963088c76612c9db.diff

LOG: [AMDGPU][NFC] Fix typo in HeterogeneousDWARF doc

Added: 
    

Modified: 
    llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index 5dd8df231d3024..7d4e06ebf0493c 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -2487,7 +2487,7 @@ type.
     .. note::
 
       Could also consider adding ``DW_OP_LLVM_aspace_breg0,
-      DW_OP_LLVM_aspace_breg1, ..., DW_OP_LLVM_aspace_bref31`` which would save
+      DW_OP_LLVM_aspace_breg1, ..., DW_OP_LLVM_aspace_breg31`` which would save
       encoding size.
 
 .. _amdgpu-dwarf-register-location-description-operations:


        


More information about the llvm-commits mailing list