From 83ffb8969f5908be0c62203533cd8844472a6d26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20W=C5=82ostowski?= <tomasz.wlostowski@cern.ch>
Date: Wed, 18 Feb 2015 00:45:29 +0100
Subject: [PATCH] gal: minor comment fix

---
 include/gal/opengl/vertex_item.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/gal/opengl/vertex_item.h b/include/gal/opengl/vertex_item.h
index 3b56e35a05..1905b9511e 100644
--- a/include/gal/opengl/vertex_item.h
+++ b/include/gal/opengl/vertex_item.h
@@ -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;