summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-10-30 18:04:20 +0000
committerfrosch <frosch@openttd.org>2016-10-30 18:04:20 +0000
commitb2fe2c6e3d5570861fcca497da4c7dc8d94078cf (patch)
treedb87c166e0b3ee6a66c1f2fc84d93826b3e4ccbb /src/vehicle_gui.cpp
parent30574a7cada538518c57e192e171fdd094075f9e (diff)
downloadopenttd-b2fe2c6e3d5570861fcca497da4c7dc8d94078cf.tar.xz
(svn r27672) -Doc [FS#6489]: Fix comment. (Yho)
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index acef86408..6617929c6 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -2370,8 +2370,8 @@ static const uint32 _vehicle_command_translation_table[][4] = {
};
/**
- * This is the Callback method after the cloning attempt of a vehicle
- * @param result the result of the cloning command
+ * This is the Callback method after attempting to start/stop a vehicle
+ * @param result the result of the start/stop command
* @param tile unused
* @param p1 vehicle ID
* @param p2 unused