diff options
author | XhmikosR <xhmikosr@gmail.com> | 2019-08-10 08:48:03 +0300 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-08-12 16:00:22 -0700 |
commit | f114e5ba330a08803bb6dc7f16f20890ca493718 (patch) | |
tree | 65c5409b0a6b2abd4197fdc439a3f24a4761a508 /tools/code_cache | |
parent | d7a4ace34bfada46265569f3e6cb73774a6b52ce (diff) | |
download | node-new-f114e5ba330a08803bb6dc7f16f20890ca493718.tar.gz |
doc, lib, src, test, tools: fix assorted typos
PR-URL: https://github.com/nodejs/node/pull/29075
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools/code_cache')
-rw-r--r-- | tools/code_cache/cache_builder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/code_cache/cache_builder.cc b/tools/code_cache/cache_builder.cc index 2e7d35d6d7..8210355c4c 100644 --- a/tools/code_cache/cache_builder.cc +++ b/tools/code_cache/cache_builder.cc @@ -127,7 +127,7 @@ std::string CodeCacheBuilder::Generate(Local<Context> context) { // TODO(joyeecheung): we can only compile the modules that can be // required here because the parameters for other types of builtins // are still very flexible. We should look into auto-generating - // the paramters from the source somehow. + // the parameters from the source somehow. if (loader->CanBeRequired(id.c_str())) { NativeModuleLoader::Result result; USE(loader->CompileAsModule(context, id.c_str(), &result)); |