diff options
author | Max Horn | 2003-05-29 16:37:49 +0000 |
---|---|---|
committer | Max Horn | 2003-05-29 16:37:49 +0000 |
commit | c991d40c583dfeb315c44e342aefc36113abb634 (patch) | |
tree | 349ab8bdc358070937060d8be4d88028a41177a0 | |
parent | d0320a6ff0fa888c19c12d2c7c46a2502ab8e556 (diff) | |
download | scummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.tar.gz scummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.tar.bz2 scummvm-rg350-c991d40c583dfeb315c44e342aefc36113abb634.zip |
fixed doc comment
svn-id: r8107
-rw-r--r-- | common/rect.h | 2 |
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 */ |