aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-10-28 17:04:21 +0200
committerGitHub <noreply@github.com>2022-10-28 17:04:21 +0200
commit52b4eb47d18b35f2bdc3974ef4efe67678c6e2a9 (patch)
tree4983f23aa3f3a849611667b0ba6ba24d52db33a2 /searchlib
parent034db9700fc8149f617b21a72baa368a57325dcb (diff)
Update searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h b/searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h
index fe4195d28b8..ab25f4b71a1 100644
--- a/searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h
+++ b/searchlib/src/vespa/searchlib/tensor/tensor_attribute_constants.h
@@ -13,7 +13,7 @@ inline constexpr uint32_t TENSOR_ATTRIBUTE_VERSION = 0;
inline constexpr uint32_t DENSE_TENSOR_ATTRIBUTE_VERSION = 1;
/*
- * Values used to determine if a tensor is present on not for dense tensor attributes
+ * Values used to determine if a tensor is present or not for dense tensor attributes
* (cf. DENSE_TENSOR_ATTRIBUTE_VERSION) that otherwise has fixed size for a saved tensor.
*/
inline constexpr uint8_t tensorIsNotPresent = 0;