diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/dev/sti_sgc.c | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/uba/qv.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c index b6de6c152cd..bfe294bf753 100644 --- a/sys/arch/hppa/dev/sti_sgc.c +++ b/sys/arch/hppa/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.36 2007/08/23 19:13:28 kettenis Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.37 2007/09/15 14:28:17 krw Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -117,7 +117,7 @@ sti_sgc_probe(parent, match, aux) if (ca->ca_type.iodc_type != HPPA_TYPE_FIO) return (0); - /* these need futher checking for the graphics id */ + /* these need further checking for the graphics id */ if (ca->ca_type.iodc_sv_model != HPPA_FIO_GSGC && ca->ca_type.iodc_sv_model != HPPA_FIO_SGC) return 0; diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c index dbfd7ab5c75..d303f6cd5f1 100644 --- a/sys/arch/powerpc/powerpc/pmap.c +++ b/sys/arch/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.101 2007/05/27 15:46:02 drahn Exp $ */ +/* $OpenBSD: pmap.c,v 1.102 2007/09/15 14:28:17 krw Exp $ */ /* * Copyright (c) 2001, 2002, 2007 Dale Rahn. @@ -369,7 +369,7 @@ PTED_VALID(struct pte_desc *pted) * it is likely that it will be mapped at some point, but would it also * make sense to use a tree/table like is use for pmap to store device * mappings? - * Futher notes: It seems that the PV table is only used for pmap_protect + * Further notes: It seems that the PV table is only used for pmap_protect * and other paging related operations. Given this, it is not necessary * to store any pmap_kernel() entries in PV tables and does not make * sense to store device mappings in PV either. diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index fbf9371a67f..4ae41721a87 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qv.c,v 1.12 2006/01/17 20:26:16 miod Exp $ */ +/* $OpenBSD: qv.c,v 1.13 2007/09/15 14:28:17 krw Exp $ */ /* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */ /*- @@ -118,7 +118,7 @@ * As a further complication this driver is required to function as the * virtual system console. This code runs before and during auto- * configuration and therefore is require to have a second path for setup. - * It is futher constrained to have a character output routine that + * It is further constrained to have a character output routine that * is not dependant on the interrupt system. * */ |