summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2010-09-27 20:08:12 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2010-09-27 20:08:12 +0300
commitb9f144fa4b278b8c8c2a54fd98e37c630b73224c (patch)
tree363e6549df6a6813efe08bfd8c5cd3471b5ace9c /storage
parent064fed3b253ad91b4d6a9ff77b5e9ffaafe97d5a (diff)
downloadmariadb-git-b9f144fa4b278b8c8c2a54fd98e37c630b73224c.tar.gz
Use C-style comment instead of C++ in a C header.
Spotted by: Davi Arnaut
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/include/ut0rbt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/ut0rbt.h b/storage/innobase/include/ut0rbt.h
index 7902dc91f09..e26b637ae13 100644
--- a/storage/innobase/include/ut0rbt.h
+++ b/storage/innobase/include/ut0rbt.h
@@ -53,7 +53,7 @@ Created 2007-03-20 Sunny Bains
/* Red black tree typedefs */
typedef struct ib_rbt_struct ib_rbt_t;
typedef struct ib_rbt_node_struct ib_rbt_node_t;
-// FIXME: Iterator is a better name than _bound_
+/* FIXME: Iterator is a better name than _bound_ */
typedef struct ib_rbt_bound_struct ib_rbt_bound_t;
typedef void (*ib_rbt_print_node)(const ib_rbt_node_t* node);
typedef int (*ib_rbt_compare)(const void* p1, const void* p2);