[PATCH] Correct function name in dixRegisterPrivateKey comments

Pat Kane pekane52 at gmail.com
Fri Jul 23 05:09:39 PDT 2010


Reviewed-by: Patrick E. Kane <pekane52 at gmail.com>

Thanks for updating the docs and header file.

Pat
---



On Fri, Jul 23, 2010 at 1:59 AM, Alan Coopersmith
<alan.coopersmith at oracle.com> wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  include/privates.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/privates.h b/include/privates.h
> index 5ba9358..d3c0e13 100644
> --- a/include/privates.h
> +++ b/include/privates.h
> @@ -81,10 +81,10 @@ typedef struct _DevPrivateKeyRec {
>  * you can get the address of the extra space and store whatever data you like
>  * there.
>  *
> - * You may call dixRegisterPrivate more than once on the same key, but the
> + * You may call dixRegisterPrivateKey more than once on the same key, but the
>  * size and type must match or the server will abort.
>  *
> - * dixRegisterPrivateIndex returns FALSE if it fails to allocate memory
> + * dixRegisterPrivateKey returns FALSE if it fails to allocate memory
>  * during its operation.
>  */
>  extern _X_EXPORT Bool
> --
> 1.5.6.5
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>


More information about the xorg-devel mailing list