move HPUXCOMPAT code to MD files and account for new stack alignment
[unix-history] / usr / src / sys / kern / kern_clock.c
index 38c39e6..9873bb3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_clock.c        7.27 (Berkeley) %G%
+ *     @(#)kern_clock.c        7.28 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -74,7 +74,7 @@ int   profhz;
 int    profprocs;
 int    ticks;
 static int psdiv, pscnt;       /* prof => stat divider */
 int    profprocs;
 int    ticks;
 static int psdiv, pscnt;       /* prof => stat divider */
-int    psratio;                /* ratio: prot / stat */
+int    psratio;                /* ratio: prof / stat */
 
 volatile struct        timeval time;
 volatile struct        timeval mono_time;
 
 volatile struct        timeval time;
 volatile struct        timeval mono_time;