Skip to content

Commit 2f8106e

Browse files
authored
Update src/coord/hybrid/hybrid_cursor_mappings.c
Typo
1 parent 572a5c5 commit 2f8106e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coord/hybrid/hybrid_cursor_mappings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ bool ProcessHybridCursorMappings(const MRCommand *cmd, int numShards, StrongRef
158158

159159
// Wait for all callbacks to complete
160160
pthread_mutex_lock(&mutex);
161-
// initialize count with response coudn in case some shards already sent a response
161+
// initialize count with response counts in case some shards already sent a response
162162
for (size_t count = ctx.responseCount; count < numShards; count = ctx.responseCount) {
163163
pthread_cond_wait(&completionCond, &mutex);
164164
}

0 commit comments

Comments
 (0)