aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-15 19:48:17 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-15 19:48:17 +0000
commit39386ac783d6e4a2ec965aaab154c744484f9743 (patch)
tree1c32df52bdc4814ca5b745d5df2236495f7c2fd0 /configure
parentfda3374454b3b93dea4036b778d3761265821db5 (diff)
downloadqemu-39386ac783d6e4a2ec965aaab154c744484f9743.zip
qemu-39386ac783d6e4a2ec965aaab154c744484f9743.tar.gz
qemu-39386ac783d6e4a2ec965aaab154c744484f9743.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7cefb06..90b967e 100755
--- 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.