summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-06-12 10:08:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-06-12 10:08:59 +0000
commit5e2317f4e220c5d176baa3d535217891afa48bc1 (patch)
tree08ef29087ca25a238715259ad0ce8ce900c8852e
parent4d37089e5d1256fa5ef3561ab51c42212b335288 (diff)
Remove spurious q
-rw-r--r--storage/src/vespa/storage/bucketdb/storbucketdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/bucketdb/storbucketdb.h b/storage/src/vespa/storage/bucketdb/storbucketdb.h
index ce7a199c4dc..77051dc86d7 100644
--- a/storage/src/vespa/storage/bucketdb/storbucketdb.h
+++ b/storage/src/vespa/storage/bucketdb/storbucketdb.h
@@ -70,7 +70,7 @@ public:
* Returns true iff bucket has no superbuckets or sub-buckets in the
* database. Usage assumption is that any operation that can cause the
* bucket to become inconsistent will require taking its lock, so by
- * requiring the lock to be provided here we avoid race conditions.q
+ * requiring the lock to be provided here we avoid race conditions.
*/
bool isConsistent(const WrappedEntry& entry);