summaryrefslogtreecommitdiff
path: root/src/cargopacket.h
diff options
context:
space:
mode:
authorTechGeekNZ <git@tech.geek.nz>2020-06-04 23:07:19 +1200
committerCharles Pigott <charlespigott@googlemail.com>2020-06-05 14:27:09 +0100
commit937b3665463fb9e5155199a9675e5e43c8760bbf (patch)
treee5576b33ff01009aab5b26afc287e8363be41993 /src/cargopacket.h
parent012fea301d886534733ba5c7d70b8af4381ab260 (diff)
downloadopenttd-937b3665463fb9e5155199a9675e5e43c8760bbf.tar.xz
Cleanup: StationCargoList::AreMergable doxygen comment references Vehicle instead of Station.
Diffstat (limited to 'src/cargopacket.h')
-rw-r--r--src/cargopacket.h4
1 files changed, 2 insertions, 2 deletions
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.