r25701: Clarify comment
authorAndrew Bartlett <abartlet@samba.org>
Fri, 19 Oct 2007 03:39:08 +0000 (05:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:20 +0000 (05:43 +0100)
source/dsdb/samdb/ldb_modules/partition.c

index 76e8578573e99ff367cd6ff087151938e13421e7..6f60b25a4b45c037b871385e2e6d49ddc67bb3fe 100644 (file)
@@ -238,7 +238,7 @@ static int partition_send_request(struct partition_context *ac, struct ldb_contr
                }
        }
 
-       /* Spray off search requests to all backends */
+       /* Spray off search requests the backend */
        ret = ldb_next_request(backend, req);
        if (ret != LDB_SUCCESS) {
                return ret;