summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-06 12:41:48 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-06 12:46:03 -0700
commitea6977f4a51612172ba51c3bd35aa150ad9ff158 (patch)
tree844eb34514593ef1980789fdda6c59b6191dd448
parent862d2de24950d2658158ebc4cf8307e73f80bc8d (diff)
downloadxorg-lib-libxtrans-ea6977f4a51612172ba51c3bd35aa150ad9ff158.tar.gz
Xtransint.h: Add missing ' in comment
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Xtransint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtransint.h b/Xtransint.h
index cd5b64f..dd1f683 100644
--- a/Xtransint.h
+++ b/Xtransint.h
@@ -300,7 +300,7 @@ typedef struct _Xtransport_table {
#define TRANS_LOCAL (1<<1) /* local transport */
#define TRANS_DISABLED (1<<2) /* Don't open this one */
#define TRANS_NOLISTEN (1<<3) /* Don't listen on this one */
-#define TRANS_NOUNLINK (1<<4) /* Dont unlink transport endpoints */
+#define TRANS_NOUNLINK (1<<4) /* Don't unlink transport endpoints */
#define TRANS_ABSTRACT (1<<5) /* Use abstract sockets if available */
#define TRANS_NOXAUTH (1<<6) /* Don't verify authentication (because it's secure some other way at the OS layer) */