s4:schema_set.c - Fix a comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 3 Jul 2010 12:07:44 +0000 (14:07 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 3 Jul 2010 12:53:03 +0000 (14:53 +0200)
source4/dsdb/schema/schema_set.c

index e913ecf2cd3ab6d6a8bc8a910995b41e9ef5fab5..1dcb4f89d50b435f5c8ab37095816a1d6466e30d 100644 (file)
@@ -428,7 +428,8 @@ int dsdb_reference_schema(struct ldb_context *ldb, struct dsdb_schema *schema,
                return ret;
        }
 
-       /* Remove the refernece to the schema we just overwrote - if there was none, NULL is harmless here */
+       /* Remove the reference to the schema we just overwrote - if there was
+        * none, NULL is harmless here */
        talloc_unlink(ldb, old_schema);
 
        if (talloc_reference(ldb, schema) == NULL) {