summaryrefslogtreecommitdiffstats
path: root/chromium/crypto/scoped_capi_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/crypto/scoped_capi_types.h')
-rw-r--r--chromium/crypto/scoped_capi_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/crypto/scoped_capi_types.h b/chromium/crypto/scoped_capi_types.h
index 16a51920010..9ab28d9aacc 100644
--- a/chromium/crypto/scoped_capi_types.h
+++ b/chromium/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: