aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-05-29 16:37:49 +0000
committerMax Horn2003-05-29 16:37:49 +0000
commitc991d40c583dfeb315c44e342aefc36113abb634 (patch)
tree349ab8bdc358070937060d8be4d88028a41177a0
parentd0320a6ff0fa888c19c12d2c7c46a2502ab8e556 (diff)
downloadscummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.tar.gz
scummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.tar.bz2
scummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.zip
fixed doc comment
svn-id: r8107
-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
*/