summaryrefslogtreecommitdiff
path: root/core/elflink/load_env32.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/elflink/load_env32.c')
-rw-r--r--core/elflink/load_env32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/elflink/load_env32.c b/core/elflink/load_env32.c
index 7c0afacf..7a6b08fb 100644
--- a/core/elflink/load_env32.c
+++ b/core/elflink/load_env32.c
@@ -50,10 +50,10 @@ struct elf_module core_module = {
};
/*
- Initializes the module subsystem by taking the core module ( shallow module ) and placing
- it on top of the modules_head_list. Since the core module is initialized when declared
- we technically don't need the exec_init() and module_load_shallow() procedures
-*/
+ * Initializes the module subsystem by taking the core module
+ * (preinitialized shallow module) and placing it on top of the
+ * modules_head_list.
+ */
void init_module_subsystem(struct elf_module *module)
{
list_add(&module->list, &modules_head);