fix a typo introduced in r7118

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
This commit is contained in:
aurel32 2009-04-15 19:48:17 +00:00
parent fda3374454
commit 39386ac783
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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