aboutsummaryrefslogtreecommitdiff
path: root/stand/common/bootstrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/bootstrap.h')
-rw-r--r--stand/common/bootstrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/common/bootstrap.h b/stand/common/bootstrap.h
index 37cef2956f40..cc198490ac3b 100644
--- a/stand/common/bootstrap.h
+++ b/stand/common/bootstrap.h
@@ -230,7 +230,7 @@ struct kernel_module
struct preloaded_file
{
char *f_name; /* file name */
- char *f_type; /* verbose file type, eg 'ELF kernel', 'pnptable', etc. */
+ char *f_type; /* verbose file type, eg 'elf kernel', 'pnptable', etc. */
char *f_args; /* arguments for the file */
/* metadata that will be placed in the module directory */
struct file_metadata *f_metadata;