Skip to content

Commit f669a08

Browse files
maasenciohMyles Borins
authored and
Myles Borins
committedNov 11, 2016
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 <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent f472c09 commit f669a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ static void EnvSetter(Local<String> property,
25442544
SetEnvironmentVariableW(key_ptr, reinterpret_cast<WCHAR*>(*val));
25452545
}
25462546
#endif
2547-
// Whether it worked or not, always return rval.
2547+
// Whether it worked or not, always return value.
25482548
info.GetReturnValue().Set(value);
25492549
}
25502550

0 commit comments

Comments
 (0)
Please sign in to comment.