aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-08-30 15:02:56 -0700
committerPaul Eggert <[email protected]>2011-08-30 15:02:56 -0700
commite936e76efd66ce5f078d80daea414a36ee8696e9 (patch)
tree1e874fa3600bf2f14d1781ec2c6b493f45a05851 /src/dbusbind.c
parent542f2c78acd26112754474223c85311d6c9cc2eb (diff)
Fix misworded comment.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index f7422ca2dd..fd9a43aaf8 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -259,7 +259,7 @@ xd_symbol_to_dbus_type (Lisp_Object object)
} \
while (0)
-/* Append to SIGNATURE the a copy of X, making sure SIGNATURE does
+/* Append to SIGNATURE a copy of X, making sure SIGNATURE does
not become too long. */
static void
signature_cat (char *signature, char const *x)