Skip to content

Commit 8dfee39

Browse files
committed
race-condition-test-1
1 parent 45fe5af commit 8dfee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/internal/async/writer_connection_resumed.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class AsyncWriterConnectionResumedState
113113
resend_buffer_.Append(WritePayloadImpl::GetImpl(p));
114114
finalize_ = true;
115115
HandleNewData(std::move(lk));
116-
// Return the unique future associated with this finalization.
116+
// Returns the unique future associated with this finalization.
117117
return std::move(finalized_future_);
118118
}
119119

0 commit comments

Comments
 (0)