summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-22 23:57:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-08-09 21:09:56 -0700
commit40d598a4f84091db743ceef4d60752bb910c3e56 (patch)
tree40deedd27ec1867a179de2f69bf1f0770f6b6a78
parent8d7b7a0d71e0b89321b3341b781bc8845386def6 (diff)
Correct function name in dixRegisterPrivateKey comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
-rw-r--r--include/privates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/privates.h b/include/privates.h
index 5ba935817..d3c0e1325 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