diff options
| author | Paul Eggert | 2013-12-01 14:33:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-01 14:33:13 -0800 |
| commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
| tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/xrdb.c | |
| parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) | |
| download | emacs-f224e5002292f7b9b9347147d4b5af913fed516a.tar.gz emacs-f224e5002292f7b9b9347147d4b5af913fed516a.zip | |
Spelling and punctuation fixes.
Diffstat (limited to 'src/xrdb.c')
| -rw-r--r-- | src/xrdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index ea823b2b313..7220915e631 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -179,7 +179,7 @@ magic_db (const char *string, ptrdiff_t string_len, const char *class, | |||
| 179 | else | 179 | else |
| 180 | next = p, next_len = 1; | 180 | next = p, next_len = 1; |
| 181 | 181 | ||
| 182 | /* Do we have room for this component followed by a '\0' ? */ | 182 | /* Do we have room for this component followed by a '\0'? */ |
| 183 | if (path_size - path_len <= next_len) | 183 | if (path_size - path_len <= next_len) |
| 184 | { | 184 | { |
| 185 | if (min (PTRDIFF_MAX, SIZE_MAX) / 2 - 1 - path_len < next_len) | 185 | if (min (PTRDIFF_MAX, SIZE_MAX) / 2 - 1 - path_len < next_len) |