diff options
Diffstat (limited to 'include/xen.h')
-rw-r--r-- | include/xen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen.h b/include/xen.h index abc3546dd2..64ed3f0654 100644 --- a/include/xen.h +++ b/include/xen.h @@ -8,7 +8,7 @@ /** * xen_init() - Xen initialization * - * Map Xen memory pages. + * Map Xen memory pages, initialize event handler. */ void xen_init(void); |