summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-02-18 10:02:17 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-02-18 10:02:17 +0100
commitfd23b8cd4d445fce0aa3b5e95e085ff21aa88109 (patch)
tree1dfa6fa5620c6b4e8dfab77c4fc8e572b8846f84 /mdk-stage1/init.c
parent5ad0bc87beb9bee6406e1580d025232e324bf7f3 (diff)
downloaddrakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar
drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.gz
drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.bz2
drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.xz
drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.zip
fix comment
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index dad02f399..388069d84 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -482,7 +482,7 @@ int main(int argc, char **argv)
printf("*** TESTING MODE *** (pid is %d)\n", getpid());
- // needed for drakx:
+ // needed for ldetect:
if (!testing)
if (mount("none", "/sys/kernel/debug", "debugfs", MS_NOSUID, "mode=0755"))
fatal_error("Unable to mount debugfs filesystem");