s4:schema/schema_query.c - fix a comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 5 Apr 2012 19:55:07 +0000 (21:55 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Apr 2012 02:50:16 +0000 (12:50 +1000)
source4/dsdb/schema/schema_query.c

index c92d273edf1960a83198ed82c9de32be9f29c813..11cfc74b6a03c72047aabf262957ec21b3069793 100644 (file)
@@ -328,7 +328,7 @@ static const char **attribute_list_from_class(TALLOC_CTX *mem_ctx,
        return attr_list;
 }
 
-/* Return a full attribute list for a given class list (as a ldb_message_element)
+/* Return a full attribute list for a given class list
 
    Via attribute_list_from_class() this calls itself when recursing on auxiliary classes
  */