Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoroz committed Mar 8, 2024
1 parent 7a566b7 commit b7adf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ NODE_EXTERN v8::Maybe<int> SpinEventLoopWithoutCleanup(Environment* env);
// 3. If the event loop is alive again, go to Step 1.
// 4. Call EmitProcessExit() and forward the return value.
// If at any point node::Stop() is called, the function will attempt to return
// as soon as possible, returning an empty `Maybe`. Ohterwise it will return
// as soon as possible, returning an empty `Maybe`. Otherwise it will return
// a reference to the exit value.
// This function only works if `env` has an associated `MultiIsolatePlatform`.
NODE_EXTERN v8::Maybe<int> SpinEventLoop(Environment* env);
Expand Down

0 comments on commit b7adf10

Please sign in to comment.