Skip to content

Commit 9482ee2

Browse files
committed
fix comment
1 parent 5942052 commit 9482ee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pb_stub.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ class Stub {
321321
/// and the response factory for BLS decoupled response.
322322
void EnqueueCleanupId(void* id, const PYTHONSTUB_CommandType& command_type);
323323

324-
/// Send the id to the python backend for object cleanup
324+
/// Send the id to the python backend for request address retrieval and
325+
/// cancellation
325326
void SendCancelBLSRequest(
326327
std::unique_ptr<UtilsMessagePayload>& utils_msg_payload);
327328

0 commit comments

Comments
 (0)