summaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorAkinobu Mita <mita@miraclelinux.com>2006-03-26 09:38:58 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-26 16:57:09 (GMT)
commit0b28002fdf2d5b6ce3135a544c04940a16c5b0ba (patch)
tree474318b9381eecbb5bfe3181568df7ef3650330a /arch/s390
parent0f7217f4accad73e0a86febadb5a5d6e74ff7c37 (diff)
downloadlinux-fsl-qoriq-0b28002fdf2d5b6ce3135a544c04940a16c5b0ba.tar.xz
[PATCH] more s/fucn/func/ typo fixes
s/fucntion/function/ typo fixes Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/crypto/crypt_s390_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/crypto/crypt_s390_query.c b/arch/s390/crypto/crypt_s390_query.c
index def02bd..54fb11d 100644
--- a/arch/s390/crypto/crypt_s390_query.c
+++ b/arch/s390/crypto/crypt_s390_query.c
@@ -55,7 +55,7 @@ static void query_available_functions(void)
printk(KERN_INFO "KMC_AES_256: %d\n",
crypt_s390_func_available(KMC_AES_256_ENCRYPT));
- /* query available KIMD fucntions */
+ /* query available KIMD functions */
printk(KERN_INFO "KIMD_QUERY: %d\n",
crypt_s390_func_available(KIMD_QUERY));
printk(KERN_INFO "KIMD_SHA_1: %d\n",