Commit 83ffb896 authored by Tomasz Włostowski's avatar Tomasz Włostowski

gal: minor comment fix

parent aaf1b634
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment