Browse Source

Typo

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
99272f958b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/initrd.h

+ 1
- 1
src/include/gpxe/initrd.h View File

9
  */
9
  */
10
 
10
 
11
 #include <gpxe/image.h>
11
 #include <gpxe/image.h>
12
-extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );
12
+extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
13
 
13
 
14
 #endif /* _GPXE_INITRD_H */
14
 #endif /* _GPXE_INITRD_H */

Loading…
Cancel
Save