diff options
| author | Corentin LABBE <clabbe.montjoie@gmail.com> | 2016-08-10 05:29:33 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-08-16 05:16:49 -0400 |
| commit | ddbc73616ccd1825647cd25c47d80e718041ea08 (patch) | |
| tree | 95cf737f333b04a66aff0410868294d652d1d2f6 /crypto | |
| parent | 47856204146ba6fd0f198dbb23c4ed7ad1c3fd99 (diff) | |
crypto: xts - fix a little typo
The sentence 'Based on' is misspelled, respell it.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/xts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/xts.c b/crypto/xts.c index 26ba5833b994..305343f22a02 100644 --- a/crypto/xts.c +++ b/crypto/xts.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * | 5 | * |
| 6 | * Copyright (c) 2007 Rik Snel <rsnel@cube.dyndns.org> | 6 | * Copyright (c) 2007 Rik Snel <rsnel@cube.dyndns.org> |
| 7 | * | 7 | * |
| 8 | * Based om ecb.c | 8 | * Based on ecb.c |
| 9 | * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> | 9 | * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au> |
| 10 | * | 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify it | 11 | * This program is free software; you can redistribute it and/or modify it |
