Skip to content

Commit 732e7fe

Browse files
committed
Drive-by: Typos in worker-rpc.c++.
1 parent 40363f6 commit 732e7fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/workerd/api/worker-rpc.c++

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)