From 5c68c5226a05a16e6dfac45843ea1bd0d564fbb3 Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Tue, 4 Dec 2018 16:25:07 -0600 Subject: [PATCH] Edit SecureStore.h Edit file for consistent tense. --- features/storage/kvstore/securestore/SecureStore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/storage/kvstore/securestore/SecureStore.h b/features/storage/kvstore/securestore/SecureStore.h index cecc5e4e93..439319b62f 100644 --- a/features/storage/kvstore/securestore/SecureStore.h +++ b/features/storage/kvstore/securestore/SecureStore.h @@ -176,7 +176,7 @@ public: /** * @brief Start an incremental KVStore set sequence. This operation is blocking other operations. - * Any get/set/remove/iterator operation will be blocked until set_finalize will be called. + * Any get/set/remove/iterator operation will be blocked until set_finalize is called. * * @param[out] handle Returned incremental set handle. * @param[in] key Key - must not include '*' '/' '?' ':' ';' '\' '"' '|' ' ' '<' '>' '\'. @@ -197,7 +197,7 @@ public: /** * @brief Add data to incremental KVStore set sequence. This operation is blocking other operations. - * Any get/set/remove operation will be blocked until set_finalize will be called. + * Any get/set/remove operation will be blocked until set_finalize is called. * * @param[in] handle Incremental set handle. * @param[in] value_data value data to add.