Skip to content

Commit

Permalink
crypto: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Stoica <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Cristian Stoica authored and Jiri Kosina committed Aug 20, 2013
1 parent ccb7cc0 commit fd1a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ EXPORT_SYMBOL_GPL(__crypto_alloc_tfm);
* @mask: Mask for type comparison
*
* This function should not be used by new algorithm types.
* Plesae use crypto_alloc_tfm instead.
* Please use crypto_alloc_tfm instead.
*
* crypto_alloc_base() will first attempt to locate an already loaded
* algorithm. If that fails and the kernel supports dynamically loadable
Expand Down

0 comments on commit fd1a190

Please sign in to comment.