aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen/xen_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/xen/xen_intr.c')
-rw-r--r--sys/x86/xen/xen_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/xen/xen_intr.c b/sys/x86/xen/xen_intr.c
index 66870b4c37f2..9c78306db87a 100644
--- a/sys/x86/xen/xen_intr.c
+++ b/sys/x86/xen/xen_intr.c
@@ -940,7 +940,7 @@ xen_intr_disable_source(struct intsrc *base_isrc, int eoi)
/*
* NB: checking if the event channel is already masked is
* needed because the event channel user-space device
- * masks event channels on it's filter as part of it's
+ * masks event channels on its filter as part of its
* normal operation, and those shouldn't be automatically
* unmasked by the generic interrupt code. The event channel
* device will unmask them when needed.