[llvm] 6e1897c - [RISCV][NFC] Fix typo in comment in RISCVInstrInfoZicbo.td
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 05:51:10 PDT 2022
Author: Alex Bradbury
Date: 2022-09-01T13:49:55+01:00
New Revision: 6e1897ce95945a3135f94fe9d2a6cd5954f4e8a5
URL: https://github.com/llvm/llvm-project/commit/6e1897ce95945a3135f94fe9d2a6cd5954f4e8a5
DIFF: https://github.com/llvm/llvm-project/commit/6e1897ce95945a3135f94fe9d2a6cd5954f4e8a5.diff
LOG: [RISCV][NFC] Fix typo in comment in RISCVInstrInfoZicbo.td
Zicbop->Zicbom typo.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
index 57fd74b0c0fe4..8cd1fc4cf1eda 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file describes the RISC-V instructions from the standard Base Cache
-// Management Operation ISA Extensions document (Zicbop, Zicboz, and Zicbop).
+// Management Operation ISA Extensions document (Zicbom, Zicboz, and Zicbop).
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list