Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
[pandora-kernel.git] / Documentation / virtual / lguest / lguest.c
index d928c13..c095d79 100644 (file)
@@ -436,7 +436,7 @@ static unsigned long load_bzimage(int fd)
 
        /*
         * Go back to the start of the file and read the header.  It should be
-        * a Linux boot header (see Documentation/x86/i386/boot.txt)
+        * a Linux boot header (see Documentation/x86/boot.txt)
         */
        lseek(fd, 0, SEEK_SET);
        read(fd, &boot, sizeof(boot));