From 0a888c667419e11139d43580b2a11676a5b7b954 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Wed, 5 Oct 2022 13:19:41 -0700 Subject: [PATCH] Fixup comment in unique_handle.hpp to reference curl_easy_cleanup rather than curl_free. (#3997) --- sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp index 788eaf0bf6..10a69b7154 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp @@ -55,7 +55,7 @@ namespace Azure { namespace Core { namespace _internal { * * template <> struct UniqueHandleHelper * { - * using type = BasicUniqueHandle; + * using type = BasicUniqueHandle; * }; */ // *** Given just T, map it to the corresponding FreeFunc