aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-11-01 14:27:29 +0000
committerEwan Mellor <ewan@xensource.com>2006-11-01 14:27:29 +0000
commit84bd4739d3a0f62f25db81805fc5f87bd1115500 (patch)
tree4f5526955186fa40f9d25e54420ef03b21c765ea /tools/xm-test/ramdisk
parent2ea2e0008f5ff43a822a32b77f9301987baff5ea (diff)
downloadxen-84bd4739d3a0f62f25db81805fc5f87bd1115500.tar.gz
xen-84bd4739d3a0f62f25db81805fc5f87bd1115500.tar.bz2
xen-84bd4739d3a0f62f25db81805fc5f87bd1115500.zip
Fix comment.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xm-test/ramdisk')
-rw-r--r--tools/xm-test/ramdisk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am
index d2ec74897a..14bfc9267c 100644
--- a/tools/xm-test/ramdisk/Makefile.am
+++ b/tools/xm-test/ramdisk/Makefile.am
@@ -4,7 +4,7 @@
# Download a pre-built ramdisk.
# INITRD = <Directory to download ramdisk from>
#
-# make initrd:
+# make initrd.img:
#
# Make a ramdisk from scratch.
# BR_URL = <The URL of the Buildroot source code>