summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/libgpgme-copy/assuan/assuan-uds.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/libgpgme-copy/assuan/assuan-uds.c')
-rw-r--r--libtdenetwork/libgpgme-copy/assuan/assuan-uds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdenetwork/libgpgme-copy/assuan/assuan-uds.c b/libtdenetwork/libgpgme-copy/assuan/assuan-uds.c
index e9e81016c..77945fb50 100644
--- a/libtdenetwork/libgpgme-copy/assuan/assuan-uds.c
+++ b/libtdenetwork/libgpgme-copy/assuan/assuan-uds.c
@@ -46,7 +46,7 @@
#ifdef USE_DESCRIPTOR_PASSING
/* Provide replacement for missing CMSG maccros. We assume that
- size_t matches the tqalignment requirement. */
+ size_t matches the alignment requirement. */
#define MY_ALIGN(n) ((((n))+ sizeof(size_t)-1) & (size_t)~(sizeof(size_t)-1))
#ifndef CMSG_SPACE
#define CMSG_SPACE(n) (MY_ALIGN(sizeof(struct cmsghdr)) + MY_ALIGN((n)))