Skip to content

Commit

Permalink
Fixed typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephPecoraro authored and ry committed Jan 18, 2010
1 parent 70293a4 commit fd183bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node.js
@@ -1,4 +1,4 @@
(function () { // annonymous namespace
(function () { // anonymous namespace

/** deprecation errors ************************************************/

Expand Down Expand Up @@ -997,4 +997,4 @@ process.loop();

process.emit("exit");

}()); // end annonymous namespace
}()); // end anonymous namespace

0 comments on commit fd183bd

Please sign in to comment.