Fix cut-n-paste comment error in public header file.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 7 Jun 2006 14:51:56 +0000 (15:51 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 7 Jun 2006 14:51:56 +0000 (15:51 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/include/public/physdev.h

index 7c53951b561a107ed8f90c061139a8bb6888b7f5..9b0baee5732ffbf374c71a0b29dc83d10abf5508 100644 (file)
@@ -39,7 +39,7 @@ DEFINE_XEN_GUEST_HANDLE(physdev_irq_status_query_t);
 #define _XENIRQSTAT_needs_eoi   (0)
 #define  XENIRQSTAT_needs_eoi   (1U<<_XENIRQSTAT_needs_eoi)
 
-/* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
+/* IRQ shared by multiple guests? */
 #define _XENIRQSTAT_shared      (1)
 #define  XENIRQSTAT_shared      (1U<<_XENIRQSTAT_shared)