From 937b3665463fb9e5155199a9675e5e43c8760bbf Mon Sep 17 00:00:00 2001 From: TechGeekNZ Date: Thu, 4 Jun 2020 23:07:19 +1200 Subject: Cleanup: StationCargoList::AreMergable doxygen comment references Vehicle instead of Station. --- src/cargopacket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cargopacket.h') diff --git a/src/cargopacket.h b/src/cargopacket.h index c058bafdb..e34298895 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -538,8 +538,8 @@ public: uint Reroute(uint max_move, StationCargoList *dest, StationID avoid, StationID avoid2, const GoodsEntry *ge); /** - * Are two the two CargoPackets mergeable in the context of - * a list of CargoPackets for a Vehicle? + * Are the two CargoPackets mergeable in the context of + * a list of CargoPackets for a Station? * @param cp1 First CargoPacket. * @param cp2 Second CargoPacket. * @return True if they are mergeable. -- cgit v1.2.3-54-g00ecf