[RISCV] Fix typo in RISCVSchedSiFive7.td
authorAlexander Pivovarov <apivovarov@gmail.com>
Wed, 1 Sep 2021 21:26:51 +0000 (16:26 -0500)
committerEvandro Menezes <evandro.menezes@sifive.com>
Wed, 1 Sep 2021 21:39:48 +0000 (16:39 -0500)
Fix typo in "microarchitecure".

Differential Revision: https://reviews.llvm.org/D109006

llvm/lib/Target/RISCV/RISCVSchedSiFive7.td

index 75ca6ca..5b435fc 100644 (file)
@@ -18,7 +18,7 @@ def SiFive7Model : SchedMachineModel {
   let UnsupportedFeatures = [HasStdExtV, HasStdExtZvamo, HasStdExtZvlsseg];
 }
 
-// The SiFive7 microarchitecure has two pipelines: A and B.
+// The SiFive7 microarchitecture has two pipelines: A and B.
 // Pipe A can handle memory, integer alu and vector operations.
 // Pipe B can handle integer alu, control flow, integer multiply and divide,
 // and floating point computation.