From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuB5o-0001hg-2C for qemu-devel@nongnu.org; Wed, 15 Apr 2009 15:48:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuB5n-0001hN-6n for qemu-devel@nongnu.org; Wed, 15 Apr 2009 15:48:19 -0400 Received: from [199.232.76.173] (port=43614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuB5n-0001hH-1W for qemu-devel@nongnu.org; Wed, 15 Apr 2009 15:48:19 -0400 Received: from savannah.gnu.org ([199.232.41.3]:49873 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuB5m-0005cB-Mw for qemu-devel@nongnu.org; Wed, 15 Apr 2009 15:48:18 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LuB5l-00080W-Pw for qemu-devel@nongnu.org; Wed, 15 Apr 2009 19:48:17 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LuB5l-00080J-H7 for qemu-devel@nongnu.org; Wed, 15 Apr 2009 19:48:17 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Wed, 15 Apr 2009 19:48:17 +0000 Subject: [Qemu-devel] [7121] fix a typo introduced in r7118 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 7121 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7121 Author: aurel32 Date: 2009-04-15 19:48:17 +0000 (Wed, 15 Apr 2009) Log Message: ----------- fix a typo introduced in r7118 Reported by Stefan Weil Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/configure Modified: trunk/configure =================================================================== --- trunk/configure 2009-04-15 17:12:01 UTC (rev 7120) +++ trunk/configure 2009-04-15 19:48:17 UTC (rev 7121) @@ -1181,7 +1181,7 @@ fi fi -# Check for initofy functions when we are building linux-user +# Check for inotify functions when we are building linux-user # emulator. This is done because older glibc versions don't # have syscall stubs for these implemented. In that case we # don't provide them even if kernel supports them.