Skip to content

Commit 9651e4b

Browse files
author
Advenam Tacet
committed
Update comment text.
1 parent 9072fba commit 9651e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/FunctionExtras.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
320320

321321
#if !defined(NDEBUG) && !LLVM_ADDRESS_SANITIZER_BUILD
322322
// In debug builds without ASan, we also scribble across the rest of the
323-
// storage. AddressSanitizer (ASAN) disables scribbling to prevent
323+
// storage. Scribbling under AddressSanitizer (ASan) is disabled to prevent
324324
// overwriting poisoned objects (e.g., annotated short strings).
325325
memset(RHS.getInlineStorage(), 0xAD, InlineStorageSize);
326326
#endif

0 commit comments

Comments
 (0)