diff options
| author | Paul Eggert | 2011-08-30 15:02:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-30 15:02:56 -0700 |
| commit | e936e76efd66ce5f078d80daea414a36ee8696e9 (patch) | |
| tree | 1e874fa3600bf2f14d1781ec2c6b493f45a05851 /src/dbusbind.c | |
| parent | 542f2c78acd26112754474223c85311d6c9cc2eb (diff) | |
| download | emacs-e936e76efd66ce5f078d80daea414a36ee8696e9.tar.gz emacs-e936e76efd66ce5f078d80daea414a36ee8696e9.zip | |
Fix misworded comment.
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 259 | } \ | 259 | } \ |
| 260 | while (0) | 260 | while (0) |
| 261 | 261 | ||
| 262 | /* Append to SIGNATURE the a copy of X, making sure SIGNATURE does | 262 | /* Append to SIGNATURE a copy of X, making sure SIGNATURE does |
| 263 | not become too long. */ | 263 | not become too long. */ |
| 264 | static void | 264 | static void |
| 265 | signature_cat (char *signature, char const *x) | 265 | signature_cat (char *signature, char const *x) |