aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/init.d')
-rwxr-xr-xtools/examples/init.d/xend2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/init.d/xend b/tools/examples/init.d/xend
index 058f6a821f..b6d1ad41f3 100755
--- a/tools/examples/init.d/xend
+++ b/tools/examples/init.d/xend
@@ -11,7 +11,7 @@ if ! [ -e /proc/xen/privcmd ]; then
exit 0
fi
-# Wait for Xend / Xfrd to be up
+# Wait for Xend and xcs to be up
function await_daemons_up
{
i=1