(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)

This commit is contained in:
alberth
2010-10-30 17:51:07 +00:00
parent 34e986ae60
commit 063931d435
27 changed files with 46 additions and 44 deletions

View File

@@ -706,7 +706,7 @@ Vehicle::~Vehicle()
}
/**
* Adds a vehicle to the list of vehicles, that visited a depot this tick
* Adds a vehicle to the list of vehicles that visited a depot this tick
* @param *v vehicle to add
*/
void VehicleEnteredDepotThisTick(Vehicle *v)