Tiny comment updates

This commit is contained in:
Glenn Morris 2012-08-08 08:53:52 -07:00
parent f8c1afd5e1
commit 08bb53058a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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