Skip to content

Commit 85026ec

Browse files
committed
fix typo in documentation
1 parent 917960d commit 85026ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64SchedA320.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let SchedModel = CortexA320Model in {
3838
// Cortex-A320 is in-order.
3939
let BufferSize = 0 in {
4040
def CortexA320UnitALU : ProcResource<1>; // Int ALU
41-
def CortexA320UnitMAC : ProcResource<1>; // Int MAC, 64-bi wide
41+
def CortexA320UnitMAC : ProcResource<1>; // Int MAC, 64-bit wide
4242
def CortexA320UnitDiv : ProcResource<1>; // Int Division, not pipelined
4343
def CortexA320UnitLdSt : ProcResource<1>; // Load/Store shared pipe
4444
def CortexA320UnitB : ProcResource<1>; // Branch

0 commit comments

Comments
 (0)