From: Andre Noll Date: Sun, 17 Feb 2008 21:01:46 +0000 (+0100) Subject: osl_core: Fix some typos in documentation. X-Git-Tag: v0.3.1~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=dc803a1ed42f7df6a6b2d40af4f45c7404c19dc8;hp=0a0a6201cd5ff86e106cc77f98a92b1d49f90054 osl_core: Fix some typos in documentation. --- diff --git a/osl_core.h b/osl_core.h index d6661617..e042665a 100644 --- a/osl_core.h +++ b/osl_core.h @@ -56,7 +56,7 @@ struct osl_table { 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. */ @@ -95,7 +95,7 @@ int init_rbtrees(struct osl_table *t); 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. */ @@ -113,7 +113,7 @@ int mark_row_invalid(struct osl_table *t, uint32_t row_num); * 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. *