*
* Each osl table must be opened before its data can be accessed.
*
- * \param table_desc Describes the table to be opened.
+ * \param desc Describes the table to be opened.
* \param result Contains a pointer to the open table on success.
*
* The table description given by \a desc should coincide with the
* Retrieve an object identified by row and column
*
* \param t Pointer to an open osl table.
- * \param r Pointer to the row.
+ * \param row Pointer to the row.
* \param col_num The column number.
* \param object The result pointer.
*