We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a566b7 commit b7adf10Copy full SHA for b7adf10
src/node.h
@@ -878,7 +878,7 @@ NODE_EXTERN v8::Maybe<int> SpinEventLoopWithoutCleanup(Environment* env);
878
// 3. If the event loop is alive again, go to Step 1.
879
// 4. Call EmitProcessExit() and forward the return value.
880
// If at any point node::Stop() is called, the function will attempt to return
881
-// as soon as possible, returning an empty `Maybe`. Ohterwise it will return
+// as soon as possible, returning an empty `Maybe`. Otherwise it will return
882
// a reference to the exit value.
883
// This function only works if `env` has an associated `MultiIsolatePlatform`.
884
NODE_EXTERN v8::Maybe<int> SpinEventLoop(Environment* env);
0 commit comments