Skip to content

Commit 2f8f991

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

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
@@ -64,7 +64,7 @@ class Session;
6464
*
6565
* void Process(ReferenceCountedHandle<Session> &handle) {
6666
* Foo::GetInstance()->ResetSession(); // this changes the passed in handle
67-
* // trying to use "&handle" here may point to something else alltogether.
67+
* // trying to use "&handle" here may point to something else altogether.
6868
* }
6969
*
7070
* Above would be fixed if we would pass in the handles by value, however that adds extra code

0 commit comments

Comments
 (0)