summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-03-05 11:40:18 +0100
committerSebastian Geerken <devnull@localhost>2013-03-05 11:40:18 +0100
commit3a713f19f22a049c4237fa96d12400409e3ccb51 (patch)
tree688de22fedb1a6a05afa91b76fd5ba72dc6a5edf
parent9c98b3c16041ebd41aabbb82e71d424a940a1d47 (diff)
Comment.
-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)
{