2007-06-07 11:08:57

by Satyam Sharma

[permalink] [raw]
Subject: [PATCH (trivial)] Fix typo in Documentation/keys.txt

Fix a typo in Documentation/keys.txt.

Signed-off-by: Satyam Sharma <[email protected]>
Cc: David Howells <[email protected]>
Cc: [email protected]

---

Documentation/keys.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

---

diff -ruNp a/Documentation/keys.txt b/Documentation/keys.txt
--- a/Documentation/keys.txt 2007-06-03 02:33:02.000000000 +0530
+++ b/Documentation/keys.txt 2007-06-03 02:38:52.000000000 +0530
@@ -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;


2007-06-07 15:52:18

by David Howells

[permalink] [raw]
Subject: Re: [PATCH (trivial)] Fix typo in Documentation/keys.txt

Satyam Sharma <[email protected]> wrote:

> Fix a typo in Documentation/keys.txt.

Acked-By: David Howells <[email protected]>

2007-06-07 15:57:49

by Scott Preece

[permalink] [raw]
Subject: Re: [PATCH (trivial)] Fix typo in Documentation/keys.txt

On 6/7/07, Satyam Sharma <[email protected]> wrote:
> Fix a typo in Documentation/keys.txt.
>
> Signed-off-by: Satyam Sharma <[email protected]>
> Cc: David Howells <[email protected]>
> Cc: [email protected]
>
> ---
>
> Documentation/keys.txt | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> ---
>
> diff -ruNp a/Documentation/keys.txt b/Documentation/keys.txt
> --- a/Documentation/keys.txt 2007-06-03 02:33:02.000000000 +0530
> +++ b/Documentation/keys.txt 2007-06-03 02:38:52.000000000 +0530
> @@ -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:
---

It would improve the latter sentence to either delete "access to" or
else change "provides access to" to "defines.

scott