Fix typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5754 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-04-28 02:14:52 +00:00
parent e7dbda821d
commit d65dc84d1b
+1 -1
View File
@@ -72,7 +72,7 @@ public class Integer
}
/**
* Compares to int values in an overflow safe manner.
* Compares two int values in an overflow safe manner.
*/
public static function compare (val1 :int, val2 :int) :int
{