Index: crypto/scoped_capi_types.h |
diff --git a/crypto/scoped_capi_types.h b/crypto/scoped_capi_types.h |
index 16a519200103e35687ea4b70c52ef877d1810d6b..9ab28d9aacc3281b213257a399a2c52b65e51568 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: |