From: Paul Eggert Date: Tue, 30 Aug 2011 22:02:56 +0000 (-0700) Subject: Fix misworded comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~153^2~1^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e936e76efd66ce5f078d80daea414a36ee8696e9;p=emacs.git Fix misworded comment. --- diff --git a/src/dbusbind.c b/src/dbusbind.c index f7422ca2ddc..fd9a43aaf86 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)