npf.c
changeset 4434 4175805666a5
parent 4424 5b7aca737cfa
child 4527 b18634a31a4a
--- a/npf.c	Mon Aug 28 12:57:33 2006 +0000
+++ b/npf.c	Mon Aug 28 18:53:03 2006 +0000
@@ -63,10 +63,10 @@
 
 /**
  * Calculates a hash value for use in the NPF.
- * @param key1	The TileIndex of the tile to hash
- * @param key1	The Trackdir of the track on the tile.
+ * @param key1 The TileIndex of the tile to hash
+ * @param key2 The Trackdir of the track on the tile.
  *
- * @todo	Think of a better hash.
+ * @todo Think of a better hash.
  */
 static uint NPFHash(uint key1, uint key2)
 {