Skip to content

Commit 681bc56

Browse files
committed
Improve comments.
Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
1 parent 4638be6 commit 681bc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dali/dali.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ typedef struct _DALIArgDesc {
400400
int64_t ivalue; /**< signed integer scalar types and bool */
401401
uint64_t uvalue; /**< unsigned integer scalar types */
402402
float fvalue; /**< DALI_FLOAT */
403-
double dvalue; /**< DALI_FLOAT64 */
403+
double dvalue; /**< DALI_FLOAT64, reserved for future use */
404404
const char *str; /**< DALI_STRING — NULL-terminated C string */
405405
struct {
406406
int64_t size; /**< number of elements */

0 commit comments

Comments
 (0)