File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -939,9 +939,9 @@ public:
939939 // object's lifetime is that of the RPC call, but in reality they are refcounted under the
940940 // hood. Since well be executing the call in the JS microtask queue, we have no ability to
941941 // actually cancel execution if a cancellation arrives over RPC, and at the end of that
942- // execution we're going to accell the call context to write the results. We could invent some
942+ // execution we're going to access the call context to write the results. We could invent some
943943 // complicated way to skip initializing results in the case the call has been canceled, but
944- // it's easier and safer to just grap a refcount on the call context object itself, which
944+ // it's easier and safer to just grab a refcount on the call context object itself, which
945945 // fully protects us. So... do that.
946946 auto ownCallContext = capnp::CallContextHook::from (callContext).addRef ();
947947
You can’t perform that action at this time.
0 commit comments