From 97bac2112e7b4332834900863810370a57e38fbe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 4 Apr 2014 16:19:35 +0300 Subject: [PATCH] src/keyboard.c: Fix a typo in a comment to read_char. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 038ce6ea601..20e75822fd3 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2377,7 +2377,7 @@ read_decoded_event_from_main_queue (struct timespec *end_time, -2 means do neither. 1 means do both. */ -/* The arguments MAP is for menu prompting. MAP is a keymap. +/* The argument MAP is a keymap for menu prompting. PREV_EVENT is the previous input event, or nil if we are reading the first event of a key sequence (or not reading a key sequence). -- 2.39.5