diff --git a/src/node.cc b/src/node.cc index ea4659b3a4cf17..0526becdd264f8 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2711,7 +2711,7 @@ static void EnvSetter(Local property, SetEnvironmentVariableW(key_ptr, reinterpret_cast(*val)); } #endif - // Whether it worked or not, always return rval. + // Whether it worked or not, always return value. info.GetReturnValue().Set(value); }