From 678fffbe25074e4352412e366b14caa63f060bb1 Mon Sep 17 00:00:00 2001 From: Kyle Farnung Date: Wed, 7 Mar 2018 16:53:28 -0800 Subject: [PATCH] lib: fix comment typo PR-URL: https://github.com/nodejs/node-chakracore/pull/489 Reviewed-By: Jimmy Thomson Reviewed-By: Jack Horton --- lib/internal/bootstrap_node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap_node.js b/lib/internal/bootstrap_node.js index 1c3fd006336..bca3c70778c 100644 --- a/lib/internal/bootstrap_node.js +++ b/lib/internal/bootstrap_node.js @@ -28,7 +28,7 @@ // This file contains the V8-specific "%" syntax for accessing // private functions. This is not supported on ChakraCore and causes a // parser failure. Inject a cache entry to prevent the file from being - // parsed. Return an array to mimmick behavior (required by util.inspect) + // parsed. Return an array to mimic behavior (required by util.inspect) NativeModule._cache['internal/v8'] = { loaded: true, exports: {