File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class Executor {
84
84
// object prevents any tasks from running that could observe a partially
85
85
// destroyed object graph.
86
86
//
87
- // Requirements for implementors :
87
+ // Requirements for implementers :
88
88
// * Dispose implementations must be idempotent.
89
89
// * Dispose implementations must exclude concurrent execution of other
90
90
// methods.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ static const char* kMissing = "<missing>";
25
25
static const char * kInvalid = " <invalid>" ;
26
26
27
27
// Disable asan for this function because of the way it manages stack
28
- // (nested closure) is flaged with stack underflow by clang on Ubuntu.
28
+ // (nested closure) is flagged with stack underflow by clang on Ubuntu.
29
29
#if defined(_MSC_VER)
30
30
__declspec (no_sanitize_address) std::string StringFormatPieces(
31
31
#else
You can’t perform that action at this time.
0 commit comments