From: Kamen Mazdrashki Date: Wed, 1 Dec 2010 18:16:00 +0000 (+0200) Subject: s4-dsdb/descriptor: comment typo X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d8e56245c064011902910dcef8f2e18eebaf0810;p=obnox%2Fsamba%2Fsamba-obnox.git s4-dsdb/descriptor: comment typo --- diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c index baf00adee18..0ea91ba6007 100644 --- a/source4/dsdb/samdb/ldb_modules/descriptor.c +++ b/source4/dsdb/samdb/ldb_modules/descriptor.c @@ -601,7 +601,7 @@ static int descriptor_do_mod(struct descriptor_context *ac) if (ac->sd_val != NULL) { ac->sd_element->values[0] = *sd; } else if (sd_control2 != NULL) { - /* In this branche we really do force the recalculation + /* In this branch we really do force the recalculation * of the SD */ ldb_msg_remove_attr(ac->msg, "nTSecurityDescriptor");