diff -r e86826b8621a -r a559d9890c02 scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Sat Jan 22 22:36:20 2011 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Tue Jan 25 20:31:16 2011 +0100 @@ -276,7 +276,7 @@ # We can't rely on the kernel version from the configuration, # because it might not be available if the user uses pre-installed # headers. On the other hand, both method will have the kernel - # version installed in "usr/include/linux/version.h" in the sys-root. + # version installed in "usr/include/linux/version.h" in the sysroot. # Parse that instead of having two code-paths. version_code_file="${CT_SYSROOT_DIR}/usr/include/linux/version.h" if [ ! -f "${version_code_file}" -o ! -r "${version_code_file}" ]; then