summaryrefslogtreecommitdiff
path: root/sys/arch/vax/mscp
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-15 07:02:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-15 07:02:38 +0000
commitcc00adccbb9237c547078c7edd38c29bf7cd8d1e (patch)
treefe0e8fbcaae2ad2799c932a8d52b4c0c5c80987a /sys/arch/vax/mscp
parent6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff)
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/arch/vax/mscp')
-rw-r--r--sys/arch/vax/mscp/mscp_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/mscp/mscp_subr.c b/sys/arch/vax/mscp/mscp_subr.c
index 59ef5eb47ed..aea69759d36 100644
--- a/sys/arch/vax/mscp/mscp_subr.c
+++ b/sys/arch/vax/mscp/mscp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mscp_subr.c,v 1.7 2003/06/02 23:27:57 millert Exp $ */
+/* $OpenBSD: mscp_subr.c,v 1.8 2005/11/15 07:02:37 miod Exp $ */
/* $NetBSD: mscp_subr.c,v 1.18 2001/11/13 07:38:28 lukem Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -306,7 +306,7 @@ mscp_init(mi)
/*
* While we are thinking about it, reset the next command
- * and response indicies.
+ * and response indices.
*/
mi->mi_cmd.mri_next = 0;
mi->mi_rsp.mri_next = 0;