From aabf05500ba261ee978086094a69856eb2a0d3ef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 11 Aug 2014 11:11:09 +0200 Subject: [PATCH] Improve documentation of the data_size field. Make it clear that for objects of type OSL_FIXED_SIZE, the size has to be specified in number of bytes. --- osl.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osl.h.in b/osl.h.in index 388664e..26d02a4 100644 --- a/osl.h.in +++ b/osl.h.in @@ -116,7 +116,7 @@ struct osl_column_description { osl_compare_func *compare_function; /** * If the \a OSL_FIXED_SIZE flag is set for this column, this value - * determines the fixed size of all objects of this column. It is + * describes the number of bytes of each object of this column. It is * ignored, if \a OSL_FIXED_SIZE is not set. */ uint32_t data_size; -- 2.39.2