We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c7bc commit a89b5c5Copy full SHA for a89b5c5
1 file changed
src/pb_stub.cc
@@ -1500,7 +1500,7 @@ Stub::GetCUDAMemoryPoolAddress(std::unique_ptr<IPCMessage>& ipc_message)
1500
// which also delivers decoupled BLS responses,
1501
// so it must not block on the success path.
1502
// It should only wait when an error message has been written to
1503
- // error_string_shm, so the parent can finish reading it before
+ // error_string_shm, so the parent can finish reading it before
1504
// this function returns and frees that shared memory.
1505
if (has_exception) {
1506
while (cuda_pool_message_ptr->waiting_on_stub) {
0 commit comments