From 054656ba706d2c89eb210b971f3c602443649ab4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 21 Sep 2004 00:24:56 +0000 Subject: [PATCH] Comments. --- src/devices/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/timer.c b/src/devices/timer.c index 200d58f..9c611a1 100644 --- a/src/devices/timer.c +++ b/src/devices/timer.c @@ -21,7 +21,7 @@ static volatile int64_t ticks; static intr_handler_func timer_interrupt; -/* Sets up the 8254 Programmable Interrupt Timer (PIT) to +/* Sets up the 8254 Programmable Interval Timer (PIT) to interrupt PIT_FREQ times per second, and registers the corresponding interrupt. */ void -- 2.30.2