diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-05-17 13:08:43 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-05-17 13:08:43 +0000 |
commit | bcb203206aed54501f7ed82dd6b4c283b6da592f (patch) | |
tree | 8f4b5249e5d38e0bf1a1b958ab22fa0b55cdca8f | |
parent | a74d240e1f035cf15ade49b9233080a0dd32ad05 (diff) |
typo
-rw-r--r-- | sys/uvm/uvm_meter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_meter.c b/sys/uvm/uvm_meter.c index ff0758cb0aa..5e2a1ed6ef9 100644 --- a/sys/uvm/uvm_meter.c +++ b/sys/uvm/uvm_meter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_meter.c,v 1.17 2002/03/14 01:27:18 millert Exp $ */ +/* $OpenBSD: uvm_meter.c,v 1.18 2004/05/17 13:08:42 pedro Exp $ */ /* $NetBSD: uvm_meter.c,v 1.21 2001/07/14 06:36:03 matt Exp $ */ /* @@ -92,7 +92,7 @@ uvm_meter() /* * uvm_loadav: compute a tenex style load average of a quantity on - * 1, 5, and 15 minute internvals. + * 1, 5, and 15 minute intervals. */ static void uvm_loadav(avg) |