From: Michael Brown Date: Sun, 14 Jan 2007 15:13:33 +0000 (+0000) Subject: Typo X-Git-Tag: v0.9.3~588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99272f958bac4e5448eafacaf507b2e1f22107f0;p=thirdparty%2Fipxe.git Typo --- diff --git a/src/include/gpxe/initrd.h b/src/include/gpxe/initrd.h index 4533a1245..1871bf781 100644 --- a/src/include/gpxe/initrd.h +++ b/src/include/gpxe/initrd.h @@ -9,6 +9,6 @@ */ #include -extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL ); +extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL ); #endif /* _GPXE_INITRD_H */