summaryrefslogtreecommitdiff
path: root/lout/object.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lout/object.cc')
-rw-r--r--lout/object.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lout/object.cc b/lout/object.cc
index 059564c0..99b5902d 100644
--- a/lout/object.cc
+++ b/lout/object.cc
@@ -111,8 +111,9 @@ size_t Object::sizeOf()
// ----------------
/**
- * \brief This static method may be used as compare function for qsort(3), for
- * an array of Object* (Object*[] or Object**).
+ * \brief This static method may be used as compare function for
+ * qsort(3) and bsearch(3), for an array of Object* (Object*[] or
+ * Object**).
*/
int Comparable::compareFun(const void *p1, const void *p2)
{