Skip to content

Commit 5c68c52

Browse files
author
Amanda Butler
authored
Edit SecureStore.h
Edit file for consistent tense.
1 parent 66dc5a2 commit 5c68c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/storage/kvstore/securestore/SecureStore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class SecureStore : public KVStore {
176176

177177
/**
178178
* @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.
180180
*
181181
* @param[out] handle Returned incremental set handle.
182182
* @param[in] key Key - must not include '*' '/' '?' ':' ';' '\' '"' '|' ' ' '<' '>' '\'.
@@ -197,7 +197,7 @@ class SecureStore : public KVStore {
197197

198198
/**
199199
* @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.
201201
*
202202
* @param[in] handle Incremental set handle.
203203
* @param[in] value_data value data to add.

0 commit comments

Comments
 (0)