src/utils_db_query.h: Fix a small typo.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 14 Feb 2009 17:39:43 +0000 (18:39 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 14 Feb 2009 17:39:43 +0000 (18:39 +0100)
src/utils_db_query.h

index 864b420..6703e92 100644 (file)
@@ -55,7 +55,7 @@ void  udb_query_set_user_data (udb_query_t *q, void *user_data);
 void *udb_query_get_user_data (udb_query_t *q);
 
 /* 
- * db->proto_version
+ * udb_query_check_version
  *
  * Returns 0 if the query is NOT suitable for `version' and >0 if the
  * query IS suitable.