X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Ftimer.c;h=9c611a1d3eda68b6fd2317304faaef9381f9eb40;hb=231f9a0dc4528a081b0295d98d732d4de74a47b2;hp=200d58f8251e0b660bd3a4fa49367b337a882857;hpb=208fb587faa75eaa0e740db9b605ff3d7ba24905;p=pintos-anon 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