summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-06-03 17:39:38 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-06-03 17:39:38 +0200
commit065390cc027c6c40aceebb4baedc94ab31098ee0 (patch)
tree66cac20dbfe474952678099c17d6528f0e7ed4c2 /searchlib
parent422fe85c59a9f7f5c171e6465f50e45532b1a6c6 (diff)
Fix typo in class comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/features/nativefieldmatchfeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/nativefieldmatchfeature.h b/searchlib/src/vespa/searchlib/features/nativefieldmatchfeature.h
index 50e8e0e70b5..5e8d865e159 100644
--- a/searchlib/src/vespa/searchlib/features/nativefieldmatchfeature.h
+++ b/searchlib/src/vespa/searchlib/features/nativefieldmatchfeature.h
@@ -29,7 +29,7 @@ public:
};
/**
- * Class containing shared state for native proximity executor.
+ * Class containing shared state for native field match executor.
*/
class NativeFieldMatchExecutorSharedState : public fef::Anything {
public: