[llvm] f2bb4b8 - [docs] Fix typos

Sebastian Neubauer via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 08:58:17 PDT 2020


Author: YangZhihui
Date: 2020-09-11T17:58:07+02:00
New Revision: f2bb4b88550a04be977d85e2efe0bef1664c9b31

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

LOG: [docs] Fix typos

Differential Revision: https://reviews.llvm.org/D87356

Added: 
    

Modified: 
    llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index 8cc29803f218..777e271423ab 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -2678,7 +2678,7 @@ architectures.
 
 DWARF address space identifiers are used by:
 
-* The DWARF expession operations: ``DW_OP_LLVM_aspace_bregx``,
+* The DWARF expression operations: ``DW_OP_LLVM_aspace_bregx``,
   ``DW_OP_LLVM_form_aspace_address``, ``DW_OP_LLVM_implicit_aspace_pointer``,
   and ``DW_OP_xderef*``.
 
@@ -3387,7 +3387,7 @@ Standard Content Descriptions
     provided by the* ``DW_LNCT_path`` *field. When the source field is absent,
     consumers can access the file to get the source text.*
 
-    *This is particularly useful for programing languages that support runtime
+    *This is particularly useful for programming languages that support runtime
     compilation and runtime generation of source text. In these cases, the
     source text does not reside in any permanent file. For example, the OpenCL
     language [:ref:`OpenCL <amdgpu-dwarf-OpenCL>`] supports online compilation.*


        


More information about the llvm-commits mailing list