1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Fix misworded comment.

This commit is contained in:
Paul Eggert 2011-08-30 15:02:56 -07:00
parent 542f2c78ac
commit e936e76efd

View 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)