[llvm] cd09089 - [AArch64] Fix a couple comment typos. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 14:29:19 PDT 2023


Author: Martin Storsjö
Date: 2023-08-19T00:28:19+03:00
New Revision: cd09089549562c54a57ae1e7bf5bb42e179e2afa

URL: https://github.com/llvm/llvm-project/commit/cd09089549562c54a57ae1e7bf5bb42e179e2afa
DIFF: https://github.com/llvm/llvm-project/commit/cd09089549562c54a57ae1e7bf5bb42e179e2afa.diff

LOG: [AArch64] Fix a couple comment typos. NFC.

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
index 8511e48c7462dd..fd8694563add3b 100644
--- a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -2740,7 +2740,7 @@ static void computeCalleeSaveRegisterPairs(
     int OffsetPost = RPI.isScalable() ? ScalableByteOffset : ByteOffset;
     assert(OffsetPost % Scale == 0);
     // If filling top down (default), we want the offset after incrementing it.
-    // If fillibg bootom up (WinCFI) we need the original offset.
+    // If filling bottom up (WinCFI) we need the original offset.
     int Offset = NeedsWinCFI ? OffsetPre : OffsetPost;
 
     // The FP, LR pair goes 8 bytes into our expanded 24-byte slot so that the


        


More information about the llvm-commits mailing list