Fix typos:
[oota-llvm.git] / lib / Target / AArch64 / AArch64FrameLowering.cpp
index 44903fcb381b55db9b84a340079666654cf8e667..f40744cd8fbb8595321a26cbeb1a78df6b8f79ea 100644 (file)
@@ -131,7 +131,7 @@ void AArch64FrameLowering::eliminateCallFramePseudoInstr(
       // FIXME: in-function stack adjustment for calls is limited to 24-bits
       // because there's no guaranteed temporary register available.
       //
-      // ADD/SUB (immediate) has only LSL #0 and LSL #12 avaiable.
+      // ADD/SUB (immediate) has only LSL #0 and LSL #12 available.
       // 1) For offset <= 12-bit, we use LSL #0
       // 2) For 12-bit <= offset <= 24-bit, we use two instructions. One uses
       // LSL #0, and the other uses LSL #12.