aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-10-18 07:06:18 +0200
committerSven Gothel <[email protected]>2020-10-18 07:06:18 +0200
commit7a9fea2ccdc6c38dfc1c20706f48c79a6e2f5e3b (patch)
treec6a64b5052043ac5b2e657303f6a6de1405626f7
parent5fac18ef7a04fe69f1bb3c0b75b25f540c7f7c9c (diff)
cow_vectore::set_store(): Fix API doc: Replace get_snapshot() with copy_store()
-rw-r--r--include/jau/cow_vector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jau/cow_vector.hpp b/include/jau/cow_vector.hpp
index 896a365..e797c8f 100644
--- a/include/jau/cow_vector.hpp
+++ b/include/jau/cow_vector.hpp
@@ -159,7 +159,7 @@ namespace jau {
/**
* Special case facility allowing the user to replace the current store
- * with the given value, potentially acquired via jau::cow_vector::get_snapshot()
+ * with the given value, potentially acquired via jau::cow_vector::copy_store()
* and mutated while holding the jau::cow_vector::get_write_mutex() lock.
* <p>
* This is a move operation, i.e. the given new_store_ref is invalid on the caller side