diff options
Diffstat (limited to 'usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c')
-rw-r--r-- | usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c b/usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c index c139863b23..fe7818c040 100644 --- a/usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c +++ b/usr/src/lib/pkcs11/pkcs11_softtoken/common/softAttributeUtil.c @@ -6311,7 +6311,7 @@ soft_copy_secret_key_attr(secret_key_obj_t *old_secret_key_obj_p, * of these attributes are in the template, make a list of classes * that can have these attributes. This would speed up the search later, * because we can immediately skip an object if the class of that - * object can not possiblely contain one of the attributes. + * object can not possibly contain one of the attributes. * */ void @@ -6450,7 +6450,7 @@ soft_find_match_attrs(soft_object_t *obj, CK_OBJECT_CLASS *pclasses, /* * Check if the class of this object match with any - * of object classes that can possiblely contain the + * of object classes that can possibly contain the * requested attributes. */ if (num_pclasses > 0) { @@ -6461,7 +6461,7 @@ soft_find_match_attrs(soft_object_t *obj, CK_OBJECT_CLASS *pclasses, } if (i == num_pclasses) { /* - * this object can't possiblely contain one or + * this object can't possibly contain one or * more attributes, don't need to check this object */ return (B_FALSE); |