X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.h;h=2fdee777741f07ce65758432ab86fed52e67c267;hp=b0ad739101608f2ca9f3b853f5f2629ac9ed61e6;hb=423ec3140c9774bbeaccb7afaef8e74b1d7d05f2;hpb=2c679eeb8bbc93220f85403eca6e9380dc624a6a diff --git a/osl.h b/osl.h index b0ad7391..2fdee777 100644 --- a/osl.h +++ b/osl.h @@ -7,7 +7,7 @@ /** \file osl.h User interface for the object storage layer. */ -/** decribes an object of the object storage layer (osl) */ +/** describes an object of the object storage layer (osl) */ struct osl_object { /** Pointer to the data of the object. */ void *data; @@ -93,7 +93,7 @@ struct osl_column_description { char *name; /** * For columns with an associated rbtree, this must point to a function - * that compares the values of two objects, either a builtin function + * that compares the values of two objects, either a built-in function * or a function defined by the application may be supplied. This * field is ignored if the column does not have an associated rbtree. * @@ -124,7 +124,7 @@ struct osl_table_description { uint16_t num_columns; /** Further table-wide information. */ enum osl_table_flags flags; - /** The array desribing the individual columns of the table. */ + /** The array describing the individual columns of the table. */ struct osl_column_description *column_descriptions; };