summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Anthony Kazos Jr <jakj@j-a-k-j.com>2007-10-19 23:06:17 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-19 23:06:17 +0200
commit22e580c71505243109c0ce0bea8e709b2f96d704 (patch)
treec45a913f2b3a6d146d97632fd373a431ef924d4d
parent801ad59a8410cd9770639e3d8b65c5e99f461e9d (diff)
downloadlinux-crypto-22e580c71505243109c0ce0bea8e709b2f96d704.tar.gz
linux-crypto-22e580c71505243109c0ce0bea8e709b2f96d704.zip
crypto: convert "crypto" subdirectory to UTF-8
Convert the subdirectory "crypto" to UTF-8. The files changed are <crypto/fcrypt.c> and <crypto/api.c>. Signed-off-by: John Anthony Kazos Jr. <jakj@j-a-k-j.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--crypto/api.c2
-rw-r--r--crypto/fcrypt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/api.c b/crypto/api.c
index 4ccc5af6..1f5c7247 100644
--- a/crypto/api.c
+++ b/crypto/api.c
@@ -6,7 +6,7 @@
* Copyright (c) 2005 Herbert Xu <herbert@gondor.apana.org.au>
*
* Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@fast.no>
- * and Nettle, by Niels Möller.
+ * and Nettle, by Niels Möller.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/crypto/fcrypt.c b/crypto/fcrypt.c
index 9c2bb535..d161949f 100644
--- a/crypto/fcrypt.c
+++ b/crypto/fcrypt.c
@@ -10,7 +10,7 @@
*
* Based on code:
*
- * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
+ * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*