]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix a typo in Documentation/keys.txt
authorSatyam Sharma <satyam@infradead.org>
Tue, 31 Jul 2007 07:38:17 +0000 (00:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:39 +0000 (15:39 -0700)
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/keys.txt

index 81d9aa09729811e7ca2cec3500e796d8a583c600..947d57d53453be799851155b0231cce1c9593217 100644 (file)
@@ -859,9 +859,8 @@ payload contents" for more information.
        void unregister_key_type(struct key_type *type);
 
 
-Under some circumstances, it may be desirable to desirable to deal with a
-bundle of keys.  The facility provides access to the keyring type for managing
-such a bundle:
+Under some circumstances, it may be desirable to deal with a bundle of keys.
+The facility provides access to the keyring type for managing such a bundle:
 
        struct key_type key_type_keyring;