Skip to content

Commit a89b5c5

Browse files
committed
Update
1 parent c90c7bc commit a89b5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pb_stub.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ Stub::GetCUDAMemoryPoolAddress(std::unique_ptr<IPCMessage>& ipc_message)
15001500
// which also delivers decoupled BLS responses,
15011501
// so it must not block on the success path.
15021502
// It should only wait when an error message has been written to
1503-
// error_string_shm, so the parent can finish reading it before
1503+
// error_string_shm, so the parent can finish reading it before
15041504
// this function returns and frees that shared memory.
15051505
if (has_exception) {
15061506
while (cuda_pool_message_ptr->waiting_on_stub) {

0 commit comments

Comments
 (0)