Module Name: src
Committed By: andvar
Date: Sun Dec 1 20:36:00 UTC 2024
Modified Files:
src/sys/arch/xen/xen: xen_clock.c
Log Message:
s/timeocunter/timecounter/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/xen/xen/xen_clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/xen/xen/xen_clock.c
diff -u src/sys/arch/xen/xen/xen_clock.c:1.19 src/sys/arch/xen/xen/xen_clock.c:1.20
--- src/sys/arch/xen/xen/xen_clock.c:1.19 Sun Jun 23 20:47:17 2024
+++ src/sys/arch/xen/xen/xen_clock.c Sun Dec 1 20:36:00 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_clock.c,v 1.19 2024/06/23 20:47:17 riastradh Exp $ */
+/* $NetBSD: xen_clock.c,v 1.20 2024/12/01 20:36:00 andvar Exp $ */
/*-
* Copyright (c) 2017, 2018 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_clock.c,v 1.19 2024/06/23 20:47:17 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_clock.c,v 1.20 2024/12/01 20:36:00 andvar Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -835,7 +835,7 @@ xen_timer_handler(void *cookie, struct c
/*
* Warn if we violate timecounter(9) contract: with a
- * k-bit timeocunter (here k = 32), and timecounter
+ * k-bit timecounter (here k = 32), and timecounter
* frequency f (here f = 1 GHz), the maximum period
* between hardclock calls is 2^k / f.
*/