Skip to content

Commit 6f68abc

Browse files
Update src/transport/Session.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent a9a370b commit 6f68abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/Session.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Session;
4646
* won't be able to be grabbed by any SessionHolder. SessionHandle->IsActiveSession can be used to check if the session is
4747
* active.
4848
*
49-
* A `SessionHandle` exists to guarante that the object it points to will not be released while allowing passing
49+
* A `SessionHandle` exists to guarantee that the object it points to will not be released while allowing passing
5050
* the handle as a reference, to not incur refeference-counted Retain/Release extra calls.
5151
*
5252
* Example code that breaks assumptions (hard to reason about/maintain):

0 commit comments

Comments
 (0)