Commit 5d73c772 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: libcfs: fix misspelling of descriptor

Fix typo for correct spelling.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 715475ae
...@@ -177,7 +177,7 @@ int cfs_crypto_hash_digest(enum cfs_crypto_hash_alg hash_alg, ...@@ -177,7 +177,7 @@ int cfs_crypto_hash_digest(enum cfs_crypto_hash_alg hash_alg,
EXPORT_SYMBOL(cfs_crypto_hash_digest); EXPORT_SYMBOL(cfs_crypto_hash_digest);
/** /**
* Allocate and initialize desriptor for hash algorithm. * Allocate and initialize descriptor for hash algorithm.
* *
* This should be used to initialize a hash descriptor for multiple calls * This should be used to initialize a hash descriptor for multiple calls
* to a single hash function when computing the hash across multiple * to a single hash function when computing the hash across multiple
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment