diff options
| author | Pavel Janík | 2001-11-24 17:10:39 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-24 17:10:39 +0000 |
| commit | f7d40b3b99c0b9ac225ebe607f81607faa0eabb6 (patch) | |
| tree | 4e063a4346a9ed9a63fe91fba58ddc7927e6b75f /src | |
| parent | 4187e8c44a52c44d60fc5488ef549a5b77c74f3f (diff) | |
| download | emacs-f7d40b3b99c0b9ac225ebe607f81607faa0eabb6.tar.gz emacs-f7d40b3b99c0b9ac225ebe607f81607faa0eabb6.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 04ad5ee3772..7edb0121763 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -9819,7 +9819,7 @@ static Time enter_timestamp; | |||
| 9819 | me that letting the compiler initialize it to zeros will work okay. | 9819 | me that letting the compiler initialize it to zeros will work okay. |
| 9820 | 9820 | ||
| 9821 | This must be defined outside of XTread_socket, for the same reasons | 9821 | This must be defined outside of XTread_socket, for the same reasons |
| 9822 | given for enter_time stamp, above. */ | 9822 | given for enter_timestamp, above. */ |
| 9823 | 9823 | ||
| 9824 | static XComposeStatus compose_status; | 9824 | static XComposeStatus compose_status; |
| 9825 | 9825 | ||