aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-11-24 17:10:39 +0000
committerPavel Janík2001-11-24 17:10:39 +0000
commitf7d40b3b99c0b9ac225ebe607f81607faa0eabb6 (patch)
tree4e063a4346a9ed9a63fe91fba58ddc7927e6b75f /src
parent4187e8c44a52c44d60fc5488ef549a5b77c74f3f (diff)
downloademacs-f7d40b3b99c0b9ac225ebe607f81607faa0eabb6.tar.gz
emacs-f7d40b3b99c0b9ac225ebe607f81607faa0eabb6.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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
9824static XComposeStatus compose_status; 9824static XComposeStatus compose_status;
9825 9825