Module: xenomai-head
Branch: master
Commit: 628c767dee85744fc0b89ee58d1defff6c8a7a8e
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=628c767dee85744fc0b89ee58d1defff6c8a7a8e

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu Oct 28 17:26:47 2010 +0200

nucleus: fix typo in Kconfig help

---

 ksrc/nucleus/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ksrc/nucleus/Kconfig b/ksrc/nucleus/Kconfig
index 250319b..50a4f49 100644
--- a/ksrc/nucleus/Kconfig
+++ b/ksrc/nucleus/Kconfig
@@ -232,13 +232,13 @@ config XENO_OPT_GLOBAL_SEM_HEAPSZ
 
 config XENO_OPT_STATS
        bool "Statistics collection"
-       depends on PROC_FS
+       depends on XENO_OPT_VFILE
        default y
        help
 
        This option causes the real-time nucleus to collect various
        per-thread runtime statistics, which are accessible through
-       the /proc/xenomai/stats interface.
+       the /proc/xenomai/stat interface.
 
 config XENO_OPT_DEBUG
        bool "Debug support"


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to