]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Improve documentation of the data_size field.
authorAndre Noll <maan@systemlinux.org>
Mon, 11 Aug 2014 09:11:09 +0000 (11:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 11 Aug 2014 09:11:09 +0000 (11:11 +0200)
Make it clear that for objects of type OSL_FIXED_SIZE, the size has
to be specified in number of bytes.

osl.h.in

index 388664e93b8a8521ed251d4c73466ca2eb9c17cb..26d02a4bac8274ac71872632fc71939a576977f4 100644 (file)
--- 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;