aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-10-31 17:29:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-16 20:54:08 +0000
commitc11bd88ab54edd6e2c370ed7e82094707de19726 (patch)
treec18fae6b73be3dafd32cc7480cdd6b6aef0dab9c /searchlib
parentb24dd074584ad83a547a81b95e19d49261d7b849 (diff)
Now fdispatch reliques can go
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/docstamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/common/docstamp.h b/searchlib/src/vespa/searchlib/common/docstamp.h
index 41451ee052d..1b02e18795f 100644
--- a/searchlib/src/vespa/searchlib/common/docstamp.h
+++ b/searchlib/src/vespa/searchlib/common/docstamp.h
@@ -5,7 +5,7 @@
namespace search {
// since everything is real-time, the docstamp does no longer change
-// as before. The value 0 still means invalid in fdispatch, and the
+// as before. The value 0 still means invalid , and the
// value 42 was selected randomly to reflect a valid value. Defined
// here for a single source of truth.