Skip to content

Commit b7adf10

Browse files
committed
comment typo fix
1 parent 7a566b7 commit b7adf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ NODE_EXTERN v8::Maybe<int> SpinEventLoopWithoutCleanup(Environment* env);
878878
// 3. If the event loop is alive again, go to Step 1.
879879
// 4. Call EmitProcessExit() and forward the return value.
880880
// 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
881+
// as soon as possible, returning an empty `Maybe`. Otherwise it will return
882882
// a reference to the exit value.
883883
// This function only works if `env` has an associated `MultiIsolatePlatform`.
884884
NODE_EXTERN v8::Maybe<int> SpinEventLoop(Environment* env);

0 commit comments

Comments
 (0)