[llvm] [RISCV] Fix typo in UserGuides.rst (PR #113861)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 27 22:08:40 PDT 2024
https://github.com/4vtomat updated https://github.com/llvm/llvm-project/pull/113861
>From d64d311232d07cf2935c7e85ebe2ad0aed8f6973 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. NFC
---
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