diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp index 9ef350360..978943fc0 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp @@ -26,7 +26,7 @@ namespace Azure { namespace Storage { std::chrono::milliseconds RetryDelay = std::chrono::seconds(4); /** - * @brief Mimimum amount of time between retry attempts. + * @brief Maximum amount of time between retry attempts. */ std::chrono::milliseconds MaxRetryDelay = std::chrono::minutes(2);