Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595658
| From | Cao jin <caoj.fnst@cn.fujitsu.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] lib/idr: trivial: Fix typo in file header |
| Date | 2017-03-09 04:40 +0100 |
| Message-ID | <tiX5L-7Ho-3@gated-at.bofh.it> (permalink) |
| References | <sJ7bH-2YL-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Seems it is missed. CCing more people On 11/30/2016 03:11 PM, Cao jin wrote: > Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> > --- > lib/idr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/idr.c b/lib/idr.c > index 6098336df267..69fa487dbfda 100644 > --- a/lib/idr.c > +++ b/lib/idr.c > @@ -14,7 +14,7 @@ > * by the id to obtain the pointer. The bitmap makes allocating > * a new id quick. > * > - * You call it to allocate an id (an int) an associate with that id a > + * You call it to allocate an id (an int) and associate with that id a > * pointer or what ever, we treat it as a (void *). You can pass this > * id to a user for him to pass back at a later time. You then pass > * that id to this code and it returns your pointer. > -- Sincerely, Cao jin
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] lib/idr: trivial: Fix typo in file header Cao jin <caoj.fnst@cn.fujitsu.com> - 2017-03-09 04:40 +0100
csiph-web