[Cosmetic] Fixing comment typo

Summary:
Closes https://github.com/facebook/react-native/pull/780
Github Author: Klein Lieu <klieu@constantcontact.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
Klein Lieu 2015-06-02 20:25:51 -07:00
parent 1c82de4db2
commit b243236404

View File

@ -22,6 +22,6 @@ var GLOBAL = this;
*
* However, we still want to treat ErrorUtils as a module so that other modules
* that use it aren't just using a global variable, so simply export the global
* variable here. ErrorUtils is original defined in a file named error-guard.js.
* variable here. ErrorUtils is originally defined in a file named error-guard.js.
*/
module.exports = GLOBAL.ErrorUtils;