aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rect.h b/common/rect.h
index 99191bf3a2..a3460743f8 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -80,7 +80,7 @@ struct Rect {
/*! @brief check if given rectangle is inside this rectangle
- @param p the point to check
+ @param r the rectangle to check
@return true if the given rectangle is inside the rectangle, false otherwise
*/