X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Documentation%2Fvirtual%2Flguest%2Flguest.c;h=c095d79cae73d1acf8d2ae9991661be35be008bd;hp=d928c134dee66953f0b7f163a8e3633ac95e3747;hb=2d03423b2319cc854adeb28a03f65de5b5e0ab63;hpb=36b8d186e6cc8e32cb5227f5645a58e1bc0af190 diff --git a/Documentation/virtual/lguest/lguest.c b/Documentation/virtual/lguest/lguest.c index d928c134dee6..c095d79cae73 100644 --- a/Documentation/virtual/lguest/lguest.c +++ b/Documentation/virtual/lguest/lguest.c @@ -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));