Skip to content

Commit

Permalink
Fix a typo in Documentation/keys.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Satyam Sharma authored and Linus Torvalds committed Jul 31, 2007
1 parent a12e2c6 commit 7eacbbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7eacbbd

Please sign in to comment.