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

gal: minor comment fix

parent aaf1b634
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;