Fix misworded comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Aug 2011 22:02:56 +0000 (15:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Aug 2011 22:02:56 +0000 (15:02 -0700)
src/dbusbind.c

index f7422ca..fd9a43a 100644 (file)
@@ -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)