From: Chen Hanxiao <chenhanxiao(a)gmail.com>
ext2initrd.c belongs to supermin4.
Signed-off-by: Chen Hanxiao <chenhanxiao(a)gmail.com>
---
init/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/init.c b/init/init.c
index 5ac53e9..fa9460d 100644
--- a/init/init.c
+++ b/init/init.c
@@ -138,7 +138,7 @@ main ()
/* XXX Because of the way we construct the module list, the
* "modules" file can contain non-existent modules. Ignore those
* for now. Really we should add them as missing dependencies.
- * See ext2initrd.c:ext2_make_initrd().
+ * See src/ext2_initrd.ml.
*/
if (access (line, R_OK) == 0)
insmod (line);
--
1.8.3.1