summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
commit11c3b81d9bd45104041e17bc1486f0043664016a (patch)
treeb652c90e4165c3f9dcdee9b10a34c8407e65bcc9 /sys/arch/vax
parent320ba3a619a76d72a797f70d3f61f35d7d28247e (diff)
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/ctu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/ctu.c b/sys/arch/vax/vax/ctu.c
index 215730bd874..f0d22f06a88 100644
--- a/sys/arch/vax/vax/ctu.c
+++ b/sys/arch/vax/vax/ctu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ctu.c,v 1.6 2002/06/08 08:50:26 art Exp $ */
+/* $OpenBSD: ctu.c,v 1.7 2005/05/23 23:26:55 tedu Exp $ */
/* $NetBSD: ctu.c,v 1.10 2000/03/23 06:46:44 thorpej Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -39,7 +39,7 @@
* Writing of tapes does not work, by some unknown reason so far.
* It is almost useless to try to use this driver when running
* multiuser, because the serial device don't have any buffers
- * so we will loose interrupts.
+ * so we will lose interrupts.
*/
#include <sys/param.h>