[llvm] [RISCV] Fix typo in UserGuides.rst (PR #113861)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 27 22:07:46 PDT 2024
https://github.com/4vtomat created https://github.com/llvm/llvm-project/pull/113861
None
>From 4cb2c86bf37b48d59b84abaa63c3c6b0ee43903e Mon Sep 17 00:00:00 2001
From: Brandon Wu <brandon.wu at sifive.com>
Date: Sun, 27 Oct 2024 22:07:27 -0700
Subject: [PATCH] [RISCV] Fix typo in UserGuides.rst
---
llvm/docs/UserGuides.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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