File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/storage/kvstore/securestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class SecureStore : public KVStore {
176
176
177
177
/* *
178
178
* @brief Start an incremental KVStore set sequence. This operation is blocking other operations.
179
- * Any get/set/remove/iterator operation will be blocked until set_finalize will be called.
179
+ * Any get/set/remove/iterator operation will be blocked until set_finalize is called.
180
180
*
181
181
* @param[out] handle Returned incremental set handle.
182
182
* @param[in] key Key - must not include '*' '/' '?' ':' ';' '\' '"' '|' ' ' '<' '>' '\'.
@@ -197,7 +197,7 @@ class SecureStore : public KVStore {
197
197
198
198
/* *
199
199
* @brief Add data to incremental KVStore set sequence. This operation is blocking other operations.
200
- * Any get/set/remove operation will be blocked until set_finalize will be called.
200
+ * Any get/set/remove operation will be blocked until set_finalize is called.
201
201
*
202
202
* @param[in] handle Incremental set handle.
203
203
* @param[in] value_data value data to add.
You can’t perform that action at this time.
0 commit comments