[RISCV][NFC] Fix typo in comment in RISCVInstrInfoZicbo.td
authorAlex Bradbury <asb@igalia.com>
Thu, 1 Sep 2022 12:49:55 +0000 (13:49 +0100)
committerAlex Bradbury <asb@igalia.com>
Thu, 1 Sep 2022 12:49:55 +0000 (13:49 +0100)
Zicbop->Zicbom typo.

llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td

index 57fd74b..8cd1fc4 100644 (file)
@@ -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).
 //
 //===----------------------------------------------------------------------===//