Skip to content

Commit 6f47733

Browse files
committed
fix comment
1 parent 0f5af0a commit 6f47733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_code_integrity.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void InitWldp(Environment* env) {
6060
LoadLibraryExA("wldp.dll", nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);
6161

6262
if (wldp_module == nullptr) {
63-
// Wldp is included on all Windows systems that are supported by Node's
63+
// Wldp is included on all Windows systems that are supported by Node.js
6464
// If Wldp is unable to be loaded, something is very wrong with
6565
// the system state
6666
THROW_ERR_INVALID_STATE(env, "WLDP.DLL does not exist");

0 commit comments

Comments
 (0)