unsigned num_rbtrees;
/**
* The number of the column that determines the name of the disk
- * storage objcts.
+ * storage objects.
*/
unsigned disk_storage_name_column;
/** The number of bytes of an index entry of a row. */
enum map_table_flags {
/**
* Check whether the entries in the table index match the entries in
- * the table desctiption.
+ * the table description.
*/
MAP_TBL_FL_VERIFY_INDEX = 1,
/** Do not complain even if the dirty flag is set. */
* Get the description of a column by column number
*
* \param d Pointer to the table description.
- * \param col_num The number of the column to get the desctiption for.
+ * \param col_num The number of the column to get the description for.
*
* \return The table description.
*