We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ad99 commit 4c08cbeCopy full SHA for 4c08cbe
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5109,7 +5109,7 @@ struct VarArgAArch64Helper : public VarArgHelper {
5109
// like x86_64 case, lowers the va_args in the frontend and this pass only
5110
// sees the low level code that deals with va_list internals).
5111
// 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
+ // va_arg tls arra, followed by the first 8 FP/SIMD registers, and then
5113
// the remaining arguments.
5114
// Using constant offset within the va_arg TLS array allows fast copy
5115
// in the finalize instrumentation.
0 commit comments