gal: minor comment fix

This commit is contained in:
Tomasz Włostowski 2015-02-18 00:45:29 +01:00
parent aaf1b634d7
commit 83ffb8969f
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public:
/**
* Function GetSize()
* Returns information about number of vertices stored.
* @return Number of vertices.
* @param Number of vertices.
*/
inline unsigned int GetSize() const
{
@ -69,7 +69,7 @@ public:
/**
* Function GetVertices()
* areturn a pointer to the data used by the VERTEX_ITEM.
* Returns pointer to the data used by the VERTEX_ITEM.
*/
VERTEX* GetVertices() const;