diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
commit | cc00adccbb9237c547078c7edd38c29bf7cd8d1e (patch) | |
tree | fe0e8fbcaae2ad2799c932a8d52b4c0c5c80987a /sys/arch/mvme88k | |
parent | 6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff) |
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m88110.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m88110.c b/sys/arch/mvme88k/mvme88k/m88110.c index 63abdda01c7..1a23337c17f 100644 --- a/sys/arch/mvme88k/mvme88k/m88110.c +++ b/sys/arch/mvme88k/mvme88k/m88110.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m88110.c,v 1.25 2005/10/13 19:48:36 miod Exp $ */ +/* $OpenBSD: m88110.c,v 1.26 2005/11/15 07:02:36 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * All rights reserved. @@ -563,7 +563,7 @@ m88110_cmmu_show_translation(unsigned address, { /* * A virtual address is split into three fields. Two are used as - * indicies into tables (segment and page), and one is an offset into + * indices into tables (segment and page), and one is an offset into * a page of memory. */ union { |