Browse Source

util: fix typo in lib/util.js

v0.9.1-release
Luke Gallagher 13 years ago
committed by Ben Noordhuis
parent
commit
8d3c46daa8
  1. 2
      lib/util.js

2
lib/util.js

@ -487,7 +487,7 @@ exports.pump = function(readStream, writeStream, callback) {
* *
* The Function.prototype.inherits from lang.js rewritten as a standalone * The Function.prototype.inherits from lang.js rewritten as a standalone
* function (not on Function.prototype). NOTE: If this file is to be loaded * function (not on Function.prototype). NOTE: If this file is to be loaded
* during bootstrapping this function needs to be revritten using some native * during bootstrapping this function needs to be rewritten using some native
* functions as prototype setup using normal JavaScript does not work as * functions as prototype setup using normal JavaScript does not work as
* expected during bootstrapping (see mirror.js in r114903). * expected during bootstrapping (see mirror.js in r114903).
* *

Loading…
Cancel
Save