summaryrefslogtreecommitdiffstats
path: root/crypto/scoped_capi_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scoped_capi_types.h')
-rw-r--r--crypto/scoped_capi_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/scoped_capi_types.h b/crypto/scoped_capi_types.h
index 16a5192..9ab28d9 100644
--- a/crypto/scoped_capi_types.h
+++ b/crypto/scoped_capi_types.h
@@ -42,8 +42,8 @@ struct CAPIDestroyerWithFlags {
// scoped_ptr-like class for the CryptoAPI cryptography and certificate
// handles. Because these handles are defined as integer types, and not
-// pointers, the existing scoped classes, such as scoped_ptr_malloc, are
-// insufficient. The semantics are the same as scoped_ptr.
+// pointers, the existing scoped classes, such as scoped_ptr, are insufficient.
+// The semantics are the same as scoped_ptr.
template <class CAPIHandle, typename FreeProc>
class ScopedCAPIHandle {
public: