]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/lguest/lguest.c
doc/x86: fix doc subdirs
[linux-2.6-omap-h63xx.git] / Documentation / lguest / lguest.c
index 7228369d1014b956ff3c8843d8ef642a225682b3..da86fd53856a5fddc5b0034cb9b4cd11eb25bb27 100644 (file)
@@ -402,7 +402,7 @@ static unsigned long load_bzimage(int fd)
        void *p = from_guest_phys(0x100000);
 
        /* Go back to the start of the file and read the header.  It should be
-        * a Linux boot header (see Documentation/i386/boot.txt) */
+        * a Linux boot header (see Documentation/x86/i386/boot.txt) */
        lseek(fd, 0, SEEK_SET);
        read(fd, &boot, sizeof(boot));