summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/timetc.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/timetc.h')
-rw-r--r--freebsd/sys/sys/timetc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/timetc.h b/freebsd/sys/sys/timetc.h
index 4f75c3de..7e00ffc8 100644
--- a/freebsd/sys/sys/timetc.h
+++ b/freebsd/sys/sys/timetc.h
@@ -58,7 +58,7 @@ struct timecounter {
* means "only use at explicit request".
*/
u_int tc_flags;
-#define TC_FLAGS_C3STOP 1 /* Timer dies in C3. */
+#define TC_FLAGS_C2STOP 1 /* Timer dies in C2+. */
void *tc_priv;
/* Pointer to the timecounter's private parts. */