From 713b7e4ef2aa4ec3ae697cde9c81d5a57548f9b1 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 25 Nov 2015 17:26:09 +0100 Subject: [PATCH] public/event_channel.h: correct comment According to definition of structure evtchn_alloc_unbound, there is an entry "domid_t remote_dom", no "rdom". So using "remote_dom" in comments instead of "rdom". Signed-off-by: Peng Fan --- xen/include/public/event_channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/event_channel.h b/xen/include/public/event_channel.h index 05e531da2c..44c549dd6b 100644 --- a/xen/include/public/event_channel.h +++ b/xen/include/public/event_channel.h @@ -85,7 +85,7 @@ DEFINE_XEN_GUEST_HANDLE(evtchn_port_t); * is allocated in and returned as . * NOTES: * 1. If the caller is unprivileged then must be DOMID_SELF. - * 2. may be DOMID_SELF, allowing loopback connections. + * 2. may be DOMID_SELF, allowing loopback connections. */ struct evtchn_alloc_unbound { /* IN parameters */ -- 2.30.2