Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Nov 2, 2024
1 parent ae4f324 commit 8f48529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/src/IceImpl/DispatchAdapter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
ICEObjectAdapter* adapter = [ICEObjectAdapter getHandle:current.adapter];
ICEConnection* con = [ICEConnection getHandle:current.con];

// Both are null or both are non-null
// Both are null (colloc) or both are non-null (non-colloc).
assert((current.con && con) || (!current.con && !con));

@autoreleasepool
Expand Down

0 comments on commit 8f48529

Please sign in to comment.