From 5584a48831ee08e85a89121e05aa020a7ca1bd96 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 19 Mar 2015 01:07:32 -0400 Subject: [PATCH] objects: Doxygen: bt_object_type: minor fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/objects.h b/include/babeltrace/objects.h index 9b69bd1fd..d96675ba0 100644 --- a/include/babeltrace/objects.h +++ b/include/babeltrace/objects.h @@ -155,7 +155,7 @@ enum bt_object_type { /** Boolean object (holds \c true or \c false). */ BT_OBJECT_TYPE_BOOL = 1, - /** Integer (holds a signed 64-bit integer value). */ + /** Integer object (holds a signed 64-bit integer value). */ BT_OBJECT_TYPE_INTEGER = 2, /** -- 2.34.1