[llvm] f5d8a48 - [RISCV] Fix typo in UserGuides.rst. NFC (#113861)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 03:30:28 PDT 2024


Author: Brandon Wu
Date: 2024-10-28T18:30:21+08:00
New Revision: f5d8a485e216996b076369b4d66c41a70fe34ea4

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

LOG: [RISCV] Fix typo in UserGuides.rst. NFC (#113861)

Added: 
    

Modified: 
    llvm/docs/UserGuides.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/UserGuides.rst b/llvm/docs/UserGuides.rst
index 86101ffbd9ca5d..0b204d512876a3 100644
--- a/llvm/docs/UserGuides.rst
+++ b/llvm/docs/UserGuides.rst
@@ -286,7 +286,7 @@ Additional Topics
    DirectX runtime.
 
 :doc:`RISCVUsage`
-   This document describes using the RISCV-V target.
+   This document describes using the RISC-V target.
 
 :doc:`RISCV/RISCVVectorExtension`
    This document describes how the RISC-V Vector extension can be expressed in LLVM IR and how code is generated for it in the backend.


        


More information about the llvm-commits mailing list