]> git.proxmox.com Git - mirror_qemu.git/commitdiff
fix a typo introduced in r7118
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 19:48:17 +0000 (19:48 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 19:48:17 +0000 (19:48 +0000)
Reported by Stefan Weil

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7121 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 7cefb062b42f090a67c0f2380bbf23e7db316405..90b967e3072f7c05607ba20f5e984a76f91d164a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1181,7 +1181,7 @@ EOF
   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.