summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2016-11-16 15:41:02 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2016-11-16 15:41:02 +0000
commita1a96b81056253a81cd7bbd1ea583e202c87b6b5 (patch)
treef6fa79b1d78b3963d7fdc0d698257d6c23e946d3
parentbe9b3d2aee3fb6fb0802a3fe58eeb2cc4717a41f (diff)
Adjust comment.
-rw-r--r--searchlib/src/vespa/searchlib/attribute/load_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/load_utils.h b/searchlib/src/vespa/searchlib/attribute/load_utils.h
index fef04002755..370bb39d76c 100644
--- a/searchlib/src/vespa/searchlib/attribute/load_utils.h
+++ b/searchlib/src/vespa/searchlib/attribute/load_utils.h
@@ -19,7 +19,7 @@ loadFromEnumeratedMultiValue(MvMapping &mapping,
Saver saver) __attribute((noinline));
/*
- * Function for loading mapping from document id to of enum index or
+ * Function for loading mapping from document id to enum index or
* value from enumerated attribute reader.
*/
template <class Vector, class Saver>