aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-05 12:21:48 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-05 12:21:48 +0200
commit99fd47ea2a253eaa617df1a34ae3ff1366988bb0 (patch)
tree541abb8bb1c531f3f01807255cbd04e7b2e9e2eb
parentd841fb9699c61f1fc82b8fdd084f9e4404c5aa44 (diff)
Fix class name in comment.
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/search_environment_snapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/search_environment_snapshot.h b/streamingvisitors/src/vespa/searchvisitor/search_environment_snapshot.h
index 69968f2b9d2..2db36ae9886 100644
--- a/streamingvisitors/src/vespa/searchvisitor/search_environment_snapshot.h
+++ b/streamingvisitors/src/vespa/searchvisitor/search_environment_snapshot.h
@@ -7,7 +7,7 @@
namespace streaming {
/*
- * Snapshot of searchEnvironment used by SearchVisitor. The snapshot
+ * Snapshot of SearchEnvironment used by SearchVisitor. The snapshot
* is created as part of applying config to the search environment and
* references classes based on the same config snapshot.
*/