diff src/channel.c @ 10375:2055d3722c5b v8.0.0082

commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 21:13:42 2016 +0100 patch 8.0.0082 Problem: Extension for configure should be ".ac". Solution: Rename configure.in to configure.ac. (James McCoy, closes https://github.com/vim/vim/issues/1173)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Nov 2016 21:15:04 +0100
parents 471b87c3b67d
children d3f0946b4a80
line wrap: on
line diff
--- a/src/channel.c
+++ b/src/channel.c
@@ -19,7 +19,7 @@
 # define CH_HAS_GUI (gui.in_use || gui.starting)
 #endif
 
-/* Note: when making changes here also adjust configure.in. */
+/* Note: when making changes here also adjust configure.ac. */
 #ifdef WIN32
 /* WinSock API is separated from C API, thus we can't use read(), write(),
  * errno... */