Skip to content

Commit e175188

Browse files
maasenciohjasnell
authored andcommitted
src: fix typo rval to value
rval never existed, it was added as that in 077f9d7 Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent 8f6589a commit e175188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ static void EnvSetter(Local<String> property,
27112711
SetEnvironmentVariableW(key_ptr, reinterpret_cast<WCHAR*>(*val));
27122712
}
27132713
#endif
2714-
// Whether it worked or not, always return rval.
2714+
// Whether it worked or not, always return value.
27152715
info.GetReturnValue().Set(value);
27162716
}
27172717

0 commit comments

Comments
 (0)