From b7adf10a4a990f2375672f7d0c883f483c6efd93 Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Fri, 8 Mar 2024 15:39:31 -0800 Subject: [PATCH] comment typo fix --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.h b/src/node.h index b68a4abad2bbe2..473e6b62ded6c3 100644 --- a/src/node.h +++ b/src/node.h @@ -878,7 +878,7 @@ NODE_EXTERN v8::Maybe 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 SpinEventLoop(Environment* env);