mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 07:50:29 +01:00
Correct function name in dixRegisterPrivateKey comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
This commit is contained in:
parent
8d7b7a0d71
commit
40d598a4f8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue