From 08bb53058a69d78e0127bff5ca51db7ed8cb3f61 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 8 Aug 2012 08:53:52 -0700 Subject: [PATCH] Tiny comment updates --- src/keyboard.c | 2 +- src/systty.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 633cf4c4a37..bf4125f055b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -392,7 +392,7 @@ int interrupt_input; /* Nonzero while interrupts are temporarily deferred during redisplay. */ int interrupts_deferred; -/* Allow m- file to inhibit use of FIONREAD. */ +/* Allow configure to inhibit use of FIONREAD. */ #ifdef BROKEN_FIONREAD #undef FIONREAD #endif diff --git a/src/systty.h b/src/systty.h index a258635ac09..ae98f123f2a 100644 --- a/src/systty.h +++ b/src/systty.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ /* Special cases - inhibiting the use of certain features. */ -/* Allow m- file to inhibit use of FIONREAD. */ +/* Allow configure to inhibit use of FIONREAD. */ #ifdef BROKEN_FIONREAD #undef FIONREAD #undef ASYNC -- 2.39.2