From 649e1b787fbf8d97b20adfaa03885906e616cb02 Mon Sep 17 00:00:00 2001 From: Vitaly Potlov Date: Tue, 12 May 2020 13:19:53 -0700 Subject: [PATCH] Fixing typo in comment (#28882) Summary: I was reading the code and noticed the typo. ## Changelog Doesn't affect the code. [General] [Fixed] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/28882 Differential Revision: D21529436 Pulled By: shergin fbshipit-source-id: 82929a6f1fe7b5510ee17fff547aae9d5125891c --- ReactCommon/runtimeexecutor/ReactCommon/RuntimeExecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/runtimeexecutor/ReactCommon/RuntimeExecutor.h b/ReactCommon/runtimeexecutor/ReactCommon/RuntimeExecutor.h index 1d041602e21..90139a6a99c 100644 --- a/ReactCommon/runtimeexecutor/ReactCommon/RuntimeExecutor.h +++ b/ReactCommon/runtimeexecutor/ReactCommon/RuntimeExecutor.h @@ -48,7 +48,7 @@ inline static void executeAsynchronously( * Executes a `callback` in a *synchronous* manner using given * `RuntimeExecutor`. * Use this method when the caller needs to *be blocked* by executing the - * callback but does not concerted about the particular thread on which the + * callback but does not concerned about the particular thread on which the * `callback` will be executed. */ inline static void executeSynchronously_CAN_DEADLOCK(