summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-30 16:14:32 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-30 16:14:32 +0000
commit4ad8e694b8309967f63abdfb9eaa593339e18e71 (patch)
tree055438aacf7f9bcc24b362a911eb7b63f3b0bfe9 /sys/arch/vax
parentc7a9f8e05fdf254e5b78911ca1e7da2d6cee146d (diff)
Old typos bite the dust.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/ka43.c4
-rw-r--r--sys/arch/vax/vax/ka670.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/ka43.c b/sys/arch/vax/vax/ka43.c
index f31f79a88b9..a01d2352047 100644
--- a/sys/arch/vax/vax/ka43.c
+++ b/sys/arch/vax/vax/ka43.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka43.c,v 1.9 2002/03/14 03:16:02 millert Exp $ */
+/* $OpenBSD: ka43.c,v 1.10 2006/06/30 16:14:31 miod Exp $ */
/* $NetBSD: ka43.c,v 1.19 1999/09/06 19:52:53 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -309,7 +309,7 @@ ka43_conf()
(KA43_CT2_SIZE/VAX_NBPG));
/*
- * ka43_conf() gets called with MMU enabled, now it's save to
+ * ka43_conf() gets called with MMU enabled, now it's safe to
* init/reset the caches.
*/
ka43_cache_init();
diff --git a/sys/arch/vax/vax/ka670.c b/sys/arch/vax/vax/ka670.c
index 4d257a6d070..b68ed275ed8 100644
--- a/sys/arch/vax/vax/ka670.c
+++ b/sys/arch/vax/vax/ka670.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka670.c,v 1.7 2002/10/12 01:09:44 krw Exp $ */
+/* $OpenBSD: ka670.c,v 1.8 2006/06/30 16:14:31 miod Exp $ */
/* $NetBSD: ka670.c,v 1.4 2000/03/13 23:52:35 soren Exp $ */
/*
* Copyright (c) 1999 Ludd, University of Lule}, Sweden.
@@ -197,7 +197,7 @@ ka670_conf()
printf("cpu0: KA670, ucode rev %d\n", vax_cpudata % 0377);
/*
- * ka670_conf() gets called with MMU enabled, now it's save to
+ * ka670_conf() gets called with MMU enabled, now it's safe to
* init/reset the caches.
*/
ka670_cache_init();