diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-05 03:36:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-05 03:36:29 +0000 |
commit | f8c05085cc9019a622bed50e4b27afec1423dcee (patch) | |
tree | 0bc03ebb5d05c2e70b435584fd0f6c8175cc67d8 | |
parent | baa0fcd78c4e1330c5a59396e73d9454883cd79a (diff) |
typo
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index fcb0418be26..efa2d663b6c 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.48 2005/01/18 13:32:56 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.49 2005/08/05 03:36:28 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -1926,7 +1926,7 @@ Lspldone: /* * _delay(u_int N) * - * Delay for at least (N/256) microsecends. + * Delay for at least (N/256) microseconds. * This routine depends on the variable: delay_divisor * which should be set based on the CPU clock rate. */ |