diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 22:52:05 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:52:05 +0200 |
commit | 992caacf1141b31e94540eb31e0540e3da3a5e25 (patch) | |
tree | f50d22577c2dd45c31a8fe9e2f952b4a93a44249 /Documentation/s390/crypto | |
parent | 2fe0ae78c6975d6fa2fc0c84f2b8944543054105 (diff) | |
download | linux-992caacf1141b31e94540eb31e0540e3da3a5e25.tar.bz2 |
Fix typos in Documentation/: 'N'-'P'
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'N'-'P'.
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/s390/crypto')
-rw-r--r-- | Documentation/s390/crypto/crypto-API.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/s390/crypto/crypto-API.txt b/Documentation/s390/crypto/crypto-API.txt index 78a77624a716..29dee792c887 100644 --- a/Documentation/s390/crypto/crypto-API.txt +++ b/Documentation/s390/crypto/crypto-API.txt @@ -61,9 +61,9 @@ Example: z990 crypto instruction for SHA1 algorithm is available -> when the sha1 algorithm is requested through the crypto API (which has a module autoloader) the z990 module will be loaded. -TBD: a userspace module probin mechanism +TBD: a userspace module probing mechanism something like 'probe sha1 sha1_z990 sha1' in modprobe.conf - -> try module sha1_z990, if it fails to load load standard module sha1 + -> try module sha1_z990, if it fails to load standard module sha1 the 'probe' statement is currently not supported in modprobe.conf |