|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix typo.
# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 10a3d4fbd9b420f7a6e0e02bae068ff5a8f57cdf
# Parent 7bc32f4c67fb57a1afb86cb5f004107a742249d5
Fix typo.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
diff -r 7bc32f4c67fb -r 10a3d4fbd9b4 tools/xenstore/xenstored_domain.c
--- a/tools/xenstore/xenstored_domain.c Wed Sep 7 21:34:17 2005
+++ b/tools/xenstore/xenstored_domain.c Wed Sep 7 21:35:05 2005
@@ -475,7 +475,7 @@
}
#endif
if (eventchn_fd < 0)
- barf_perror("Failed to open connection evtchn device");
+ barf_perror("Failed to open evtchn device");
if (xc_evtchn_bind_virq(*xc_handle, VIRQ_DOM_EXC, &virq_port))
barf_perror("Failed to bind to domain exception virq");
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|