Commit 0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af

Authored by Ted Percival
Committed by Herbert Xu
1 parent e2cffb5f49

crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description

Signed-off-by: Ted Percival <ted@tedp.id.au>
Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -170,7 +170,7 @@
170 170 algorithms for submitting jobs and flushing jobs in multi-buffer
171 171 crypto algorithms. Multi-buffer crypto algorithms are executed
172 172 in the context of this kernel thread and drivers can post
173   - their crypto request asyncrhously and process by this daemon.
  173 + their crypto request asynchronously to be processed by this daemon.
174 174  
175 175 config CRYPTO_AUTHENC
176 176 tristate "Authenc support"