Skip to content

Commit 5e8f7bb

Browse files
committed
Fix typo
1 parent 3f547f9 commit 5e8f7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/connection_pool.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,8 @@ MsQuicConnectionPoolCreate(
714714
//
715715
// Close every connection that was created.
716716
// The application will receive the shutdown notification.
717-
// Wait for the task to be complete so that when this function returns to the app,
718-
// all connections are closed (since the shutdown notification is visible).
717+
// Wait for the task to complete so that when this function returns to the app,
718+
// all connections are already closed (since the shutdown notification is visible).
719719
//
720720
for (uint32_t i = 0; i < CreatedConnections; i++) {
721721
QuicConnPoolQueueConnectionClose(Connections[i], TRUE);

0 commit comments

Comments
 (0)