Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
lib: fix comment typo
Browse files Browse the repository at this point in the history
PR-URL: #489
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Jack Horton <Jack.Horton@microsoft.com>
  • Loading branch information
kfarnung committed Mar 8, 2018
1 parent ec72459 commit 678fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// This file contains the V8-specific "%<function>" 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: {
Expand Down

0 comments on commit 678fffb

Please sign in to comment.