From f114e5ba330a08803bb6dc7f16f20890ca493718 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 Aug 2019 08:48:03 +0300 Subject: doc, lib, src, test, tools: fix assorted typos PR-URL: https://github.com/nodejs/node/pull/29075 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- tools/code_cache/cache_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/code_cache') 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) { // 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)); -- cgit v1.2.3