diff options
author | Satyam Sharma <satyam@infradead.org> | 2007-07-31 03:38:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:39 -0400 |
commit | 7eacbbd32a98ab5b607f7773bb2692cc195db9b2 (patch) | |
tree | debaffbdd2c2511fd5aa09a9d4b7860ad8eeead2 /Documentation/keys.txt | |
parent | a12e2c6cde6392287b9cd3b4bd8d843fd1458087 (diff) |
Fix a typo in Documentation/keys.txt
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>
Diffstat (limited to 'Documentation/keys.txt')
-rw-r--r-- | Documentation/keys.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/keys.txt b/Documentation/keys.txt index 81d9aa097298..947d57d53453 100644 --- a/Documentation/keys.txt +++ b/Documentation/keys.txt | |||
@@ -859,9 +859,8 @@ payload contents" for more information. | |||
859 | void unregister_key_type(struct key_type *type); | 859 | void unregister_key_type(struct key_type *type); |
860 | 860 | ||
861 | 861 | ||
862 | Under some circumstances, it may be desirable to desirable to deal with a | 862 | Under some circumstances, it may be desirable to deal with a bundle of keys. |
863 | bundle of keys. The facility provides access to the keyring type for managing | 863 | The facility provides access to the keyring type for managing such a bundle: |
864 | such a bundle: | ||
865 | 864 | ||
866 | struct key_type key_type_keyring; | 865 | struct key_type key_type_keyring; |
867 | 866 | ||