We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a50449 commit 2f8f991Copy full SHA for 2f8f991
src/transport/Session.h
@@ -64,7 +64,7 @@ class Session;
64
*
65
* void Process(ReferenceCountedHandle<Session> &handle) {
66
* Foo::GetInstance()->ResetSession(); // this changes the passed in handle
67
- * // trying to use "&handle" here may point to something else alltogether.
+ * // trying to use "&handle" here may point to something else altogether.
68
* }
69
70
* Above would be fixed if we would pass in the handles by value, however that adds extra code
0 commit comments