[llvm] 4c08cbe - [NFC][msan] Fix typo in comment

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 20:52:53 PST 2023


Author: Vitaly Buka
Date: 2023-11-14T20:52:41-08:00
New Revision: 4c08cbee7b759bead0cb405edea69333b8832446

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

LOG: [NFC][msan] Fix typo in comment

Added: 
    

Modified: 
    llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index b6e79d52834349b..bbb6d1fc829b510 100644
--- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5109,7 +5109,7 @@ struct VarArgAArch64Helper : public VarArgHelper {
   // like x86_64 case, lowers the va_args in the frontend and this pass only
   // sees the low level code that deals with va_list internals).
   // The first seven GR registers are saved in the first 56 bytes of the
-  // va_arg tls arra, followers by the first 8 FP/SIMD registers, and then
+  // va_arg tls arra, followed by the first 8 FP/SIMD registers, and then
   // the remaining arguments.
   // Using constant offset within the va_arg TLS array allows fast copy
   // in the finalize instrumentation.


        


More information about the llvm-commits mailing list