Skip to content

Commit 4c08cbe

Browse files
committed
[NFC][msan] Fix typo in comment
1 parent 426ad99 commit 4c08cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5109,7 +5109,7 @@ struct VarArgAArch64Helper : public VarArgHelper {
51095109
// like x86_64 case, lowers the va_args in the frontend and this pass only
51105110
// sees the low level code that deals with va_list internals).
51115111
// The first seven GR registers are saved in the first 56 bytes of the
5112-
// va_arg tls arra, followers by the first 8 FP/SIMD registers, and then
5112+
// va_arg tls arra, followed by the first 8 FP/SIMD registers, and then
51135113
// the remaining arguments.
51145114
// Using constant offset within the va_arg TLS array allows fast copy
51155115
// in the finalize instrumentation.

0 commit comments

Comments
 (0)