Fix typo in comment
Change-Id: Idfc5c5a024ca12de73993ea44399d3bfc78b1696
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/81388
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Lily Chen <chlily@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Lily Chen <chlily@google.com>
diff --git a/crypto/evp/internal.h b/crypto/evp/internal.h
index 48aa79a..30aecd1 100644
--- a/crypto/evp/internal.h
+++ b/crypto/evp/internal.h
@@ -30,8 +30,8 @@
typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
struct evp_pkey_asn1_method_st {
- // type contains one of the |EVP_PKEY_*| values and corresponds to the OID in
- // the key type's AlgorithmIdentifier.
+ // pkey_id contains one of the |EVP_PKEY_*| values and corresponds to the OID
+ // in the key type's AlgorithmIdentifier.
int pkey_id;
uint8_t oid[9];
uint8_t oid_len;