aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatyam Sharma <[email protected]>2007-07-31 00:38:17 -0700
committerLinus Torvalds <[email protected]>2007-07-31 15:39:39 -0700
commit7eacbbd32a98ab5b607f7773bb2692cc195db9b2 (patch)
treedebaffbdd2c2511fd5aa09a9d4b7860ad8eeead2
parenta12e2c6cde6392287b9cd3b4bd8d843fd1458087 (diff)
Fix a typo in Documentation/keys.txt
Signed-off-by: Satyam Sharma <[email protected]> Acked-by: David Howells <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--Documentation/keys.txt5
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.
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;