[llvm] 8659c91 - [RISCV][doc] Grammar fix
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 13:09:32 PDT 2024
Author: Jessica Clarke
Date: 2024-07-15T21:09:29+01:00
New Revision: 8659c91b794dfc4366541e8b7d6a8e96b1861a0b
URL: https://github.com/llvm/llvm-project/commit/8659c91b794dfc4366541e8b7d6a8e96b1861a0b
DIFF: https://github.com/llvm/llvm-project/commit/8659c91b794dfc4366541e8b7d6a8e96b1861a0b.diff
LOG: [RISCV][doc] Grammar fix
Fixes 884a07fee0ba36649561003e36d197323380f3d2
Added:
Modified:
llvm/docs/RISCVUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 5fd007582f34d..d16753ea09f8f 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -83,7 +83,7 @@ ISA naming string. Currently supported profiles:
* ``rva22u64``
* ``rva22s64``
-Note that you can also append additional extension names to be enable, e.g.
+Note that you can also append additional extension names to be enabled, e.g.
``rva20u64_zicond`` will enable the ``zicond`` extension in addition to those
in the ``rva20u64`` profile.
More information about the llvm-commits
mailing list