From 74231267f8b11b35ca8c87cafcb8882a34b05c1d Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 9 Jun 2010 19:00:30 +1000 Subject: [PATCH] virsh: remove xen reference in header comment With libvirt and virsh now being used for much more than Xen, this patch removes the outdated reference to Xen in the file header. --- tools/virsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.c b/tools/virsh.c index 2684128aea..546e247dd8 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -1,5 +1,5 @@ /* - * virsh.c: a Xen shell used to exercise the libvirt API + * virsh.c: a shell to exercise the libvirt API * * Copyright (C) 2005, 2007-2010 Red Hat, Inc. *