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

gal: minor comment fix

parent aaf1b634
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
/** /**
* Function GetSize() * Function GetSize()
* Returns information about number of vertices stored. * Returns information about number of vertices stored.
* @return Number of vertices. * @param Number of vertices.
*/ */
inline unsigned int GetSize() const inline unsigned int GetSize() const
{ {
...@@ -69,7 +69,7 @@ public: ...@@ -69,7 +69,7 @@ public:
/** /**
* Function GetVertices() * 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; 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