summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-07-08 17:21:01 +0100
committerDavid Howells <dhowells@redhat.com>2014-07-08 17:21:01 +0100
commit452069867c1dcfe9cb60fd89bb1c92f5ec2fb3c8 (patch)
tree0ba1dc97a5d4492fec620e11132ced4a29145775 /crypto
parent22d01afb210ff77fc480a1fc531cd59a4f32157a (diff)
downloadlinux-0-day-452069867c1dcfe9cb60fd89bb1c92f5ec2fb3c8.tar.gz
linux-0-day-452069867c1dcfe9cb60fd89bb1c92f5ec2fb3c8.tar.xz
KEYS: X.509: Fix a spelling mistake
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asymmetric_keys/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
index b6df198d1b6f7..14cac2860afa8 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -33,7 +33,7 @@ config X509_CERTIFICATE_PARSER
select ASN1
select OID_REGISTRY
help
- This option procides support for parsing X.509 format blobs for key
+ This option provides support for parsing X.509 format blobs for key
data and provides the ability to instantiate a crypto key from a
public key packet found inside the certificate.