Skip to content

Commit

Permalink
crypto: rng - Fix typo
Browse files Browse the repository at this point in the history
Correct a typo in crypto/rng.c

Signed-off-by: Christian Kujau <[email protected]>
Acked-by: Neil Horman <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
ckujau authored and herbertx committed Aug 13, 2009
1 parent 81eb024 commit a8ccc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ void crypto_put_default_rng(void)
EXPORT_SYMBOL_GPL(crypto_put_default_rng);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Random Number Genertor");
MODULE_DESCRIPTION("Random Number Generator");

0 comments on commit a8ccc39

Please sign in to comment.