summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-06 12:43:42 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-06 12:43:42 +0000
commit72ee13f08707d86e0e05c8062a7bd4f927916ee8 (patch)
tree180bf31482392cb3be2c43a81a1ca58fa1417982 /searchcore
parent58ef78213b8c087eb4398c126586c97ab611f2f4 (diff)
Adjust comment for setWhiteListBlueprint method.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/query.h b/searchcore/src/vespa/searchcore/proton/matching/query.h
index 0b769d558c5..a3b512fc2b7 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/query.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/query.h
@@ -56,7 +56,7 @@ public:
/**
* Use the given blueprint as white list node in the blueprint tree.
* The search iterator created by this blueprint should return all
- * invisible / inactive documents as hits. These hits will then not be
+ * visible / active documents as hits. These hits will then be
* part of the result set for the query executed.
*
* @param whiteListBlueprint the blueprint used for white listing.