mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fixed typo in comments.
This commit is contained in:
committed by
Ryan Dahl
parent
70293a43c9
commit
fd183bdb07
@@ -1,4 +1,4 @@
|
||||
(function () { // annonymous namespace
|
||||
(function () { // anonymous namespace
|
||||
|
||||
/** deprecation errors ************************************************/
|
||||
|
||||
@@ -997,4 +997,4 @@ process.loop();
|
||||
|
||||
process.emit("exit");
|
||||
|
||||
}()); // end annonymous namespace
|
||||
}()); // end anonymous namespace
|
||||
|
||||
Reference in New Issue
Block a user