summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-08-05 03:36:28 +0000
committerderaadt <deraadt@openbsd.org>2005-08-05 03:36:28 +0000
commita1198169eec88aee7db419f52d095bd9f397d5a8 (patch)
tree808ec9dd2856ae5d9f400fc2dfeae3f2dd4788a0
parentreport the fan speed as a percentage since it seems all the enclosures we (diff)
downloadwireguard-openbsd-a1198169eec88aee7db419f52d095bd9f397d5a8.tar.xz
wireguard-openbsd-a1198169eec88aee7db419f52d095bd9f397d5a8.zip
typo
-rw-r--r--sys/arch/hp300/hp300/locore.s4
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.
*/