WHOLE_MACHINE_SLOT_ENTERED_CURRENT_STATE = \
   eval(strcat("Slot",$(WHOLE_MACHINE_SLOT),"_EnteredCurrentState"))
 
-# The following expression uses LastHeardFrom rather than CurrentTime
+# The following expression uses LastHeardFrom rather than time()
 # because the former is stable throughout a matchmaking cycle, whereas
 # the latter changes from moment to moment and therefore leads to
 # unexpected behavior.