summaryrefslogtreecommitdiff
path: root/sys/dev/xen
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2023-02-05 17:41:14 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-05 17:50:50 +0000
commitdcb4b13816df76ee6bfb28751cbe7ff19092ad15 (patch)
tree6f5afc787010787b2de47f538b33433dfd4fe88e /sys/dev/xen
parent8d5fef85f007c81d15ea6de825a4462b3829ea16 (diff)
Diffstat (limited to 'sys/dev/xen')
-rw-r--r--sys/dev/xen/timer/xen_timer.c (renamed from sys/dev/xen/timer/timer.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/timer/timer.c b/sys/dev/xen/timer/xen_timer.c
index 815e3338f320..ef524e2e6d51 100644
--- a/sys/dev/xen/timer/timer.c
+++ b/sys/dev/xen/timer/xen_timer.c
@@ -29,7 +29,7 @@
*/
/**
- * \file dev/xen/timer/timer.c
+ * \file dev/xen/timer/xen_timer.c
* \brief A timer driver for the Xen hypervisor's PV clock.
*/