]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
public/event_channel.h: correct comment
authorPeng Fan <van.freenix@gmail.com>
Wed, 25 Nov 2015 16:26:09 +0000 (17:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 25 Nov 2015 16:26:09 +0000 (17:26 +0100)
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 <van.freenix@gmail.com>
xen/include/public/event_channel.h

index 05e531da2c1f4752a9cb1ad830d34e81e34f45f0..44c549dd6b8768d809ce90a5f14cd1b16f4969ab 100644 (file)
@@ -85,7 +85,7 @@ DEFINE_XEN_GUEST_HANDLE(evtchn_port_t);
  * is allocated in <dom> and returned as <port>.
  * NOTES:
  *  1. If the caller is unprivileged then <dom> must be DOMID_SELF.
- *  2. <rdom> may be DOMID_SELF, allowing loopback connections.
+ *  2. <remote_dom> may be DOMID_SELF, allowing loopback connections.
  */
 struct evtchn_alloc_unbound {
     /* IN parameters */