Fix typo in comment reported by Yuji Yamano in kern/12391.
This commit is contained in:
parent
a99a7deee1
commit
c79d6f4378
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: clock.c,v 1.65 2000/05/11 16:38:13 jdolecek Exp $ */
|
||||
/* $NetBSD: clock.c,v 1.66 2001/03/12 17:26:37 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993, 1994 Charles M. Hannum.
|
||||
|
@ -182,7 +182,7 @@ static int ticks[6];
|
|||
|
||||
/*
|
||||
* i8254 latch check routine:
|
||||
* National Geode (formerly Cyrix MediaGX) has a sirious bug in
|
||||
* National Geode (formerly Cyrix MediaGX) has a serious bug in
|
||||
* its built-in i8254-compatible clock module.
|
||||
* Set the variable 'clock_broken_latch' to indicate it.
|
||||
* XXX check only cpu_id
|
||||
|
|
Loading…
Reference in New Issue