summaryrefslogtreecommitdiff
path: root/vala/valaforstatement.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valaforstatement.vala')
-rw-r--r--vala/valaforstatement.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valaforstatement.vala b/vala/valaforstatement.vala
index 555dc623c..ab80af520 100644
--- a/vala/valaforstatement.vala
+++ b/vala/valaforstatement.vala
@@ -63,7 +63,7 @@ public class Vala.ForStatement : CodeNode, Statement {
/**
* Creates a new for statement.
*
- * @param cond loop condition
+ * @param condition loop condition
* @param body loop body
* @param source_reference reference to source code
* @return newly created for statement