fix constructor descriptions to refer to correct cl object type
diff --git a/include/CL/cl2.hpp b/include/CL/cl2.hpp
index 5b6d88d..d0e6a4f 100644
--- a/include/CL/cl2.hpp
+++ b/include/CL/cl2.hpp
@@ -6543,7 +6543,7 @@
     Program() { }
     
 
-    /*! \brief Constructor from cl_mem - takes ownership.
+    /*! \brief Constructor from cl_program - takes ownership.
      *
      * \param retainObject will cause the constructor to retain its cl object.
      *                     Defaults to false to maintain compatibility with
@@ -7439,7 +7439,7 @@
     CommandQueue() { }
 
 
-    /*! \brief Constructor from cl_mem - takes ownership.
+    /*! \brief Constructor from cl_command_queue - takes ownership.
      *
      * \param retainObject will cause the constructor to retain its cl object.
      *                     Defaults to false to maintain compatibility with