diff options
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r-- | src/pbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbs.cpp b/src/pbs.cpp index 173902a80..e7834ef80 100644 --- a/src/pbs.cpp +++ b/src/pbs.cpp @@ -72,7 +72,7 @@ void SetRailStationPlatformReservation(TileIndex start, DiagDirection dir, bool * Try to reserve a specific track on a tile * @param tile the tile * @param t the track - * @return true if reservation was successfull, i.e. the track was + * @return \c true if reservation was successful, i.e. the track was * free and didn't cross any other reserved tracks. */ bool TryReserveRailTrack(TileIndex tile, Track t) |