Skip to content

Commit 28fbe5f

Browse files
authored
Review Firestore core source util files (#13385)
1 parent 3b03742 commit 28fbe5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firestore/core/src/util/executor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Executor {
8484
// object prevents any tasks from running that could observe a partially
8585
// destroyed object graph.
8686
//
87-
// Requirements for implementors:
87+
// Requirements for implementers:
8888
// * Dispose implementations must be idempotent.
8989
// * Dispose implementations must exclude concurrent execution of other
9090
// methods.

Firestore/core/src/util/string_format.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static const char* kMissing = "<missing>";
2525
static const char* kInvalid = "<invalid>";
2626

2727
// 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.
2929
#if defined(_MSC_VER)
3030
__declspec(no_sanitize_address) std::string StringFormatPieces(
3131
#else

0 commit comments

Comments
 (0)