1
0
Fork 0

fixed tyopo in comment

This commit is contained in:
James 2014-10-08 10:55:58 +01:00
parent 2ec03d57e3
commit d2b86de370
1 changed files with 1 additions and 1 deletions

View File

@ -1895,7 +1895,7 @@ int triagens::aql::removeUnnecessaryRemoteScatter (Optimizer* opt,
for (auto n : nodes) {
// check if the remote node is preceeded by a scatter node and any number of
// calculation and singleton nodes. if yes, remote remote and scatter
// calculation and singleton nodes. if yes, remove remote and scatter
auto const& deps = n->getDependencies();
if (deps.size() != 1) {