summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tree_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 4fcda82d8..c862f0dbc 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -325,10 +325,10 @@ void GenerateTrees()
/**
* Plant a tree.
- * @param tile start tile of area-drag of tree plantation
+ * @param tile end tile of area-drag
* @param flags type of operation
* @param p1 tree type, TREE_INVALID means random.
- * @param p2 end tile of area-drag
+ * @param p2 start tile of area-drag of tree plantation
* @param text unused
* @return the cost of this operation or an error
*/