Commit fde0c6f
src: fix function and variable names in comments
The `src/node.js` file is actually loaded and executed by
`node::LoadEnvironment` function.
The variable which has the contents is, `native_node`.
PR-URL: #3039
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 4c8d96b commit fde0c6fCopy full SHA for fde0c6f
Expand file treeCollapse file tree
2 files changed
+5
-4
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2967 | 2967 | |
2968 | 2968 | |
2969 | 2969 | |
2970 | | - |
| 2970 | + |
2971 | 2971 | |
2972 | 2972 | |
2973 | 2973 | |
|
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
|
0 commit comments