hedgewars/uFloat.pas
changeset 5124 84267f79879b
parent 5122 9b0513507ba8
child 5151 cbadb9fa52fc
--- a/hedgewars/uFloat.pas	Fri Apr 08 04:30:28 2011 +0200
+++ b/hedgewars/uFloat.pas	Fri Apr 08 11:40:18 2011 +0200
@@ -34,8 +34,8 @@
  *
  * Note: Below you'll find a list of hwFloat constants:
  *       E.g. _1 is an hwFloat with value 1.0, and -_0_9 is -0.9
- *       Use and extend the list if needed, rather then using hwFloat() with
- *       integer constants.
+ *       Use and extend the list if needed, rather than using int2hwFloat()
+ *       with integer constants.
  *)
 interface