diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 16:46:00 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 16:46:00 +0000 |
commit | 662391b81e7fca9999aba4c8a75e0df85e6f2f49 (patch) | |
tree | cd2d3a3c7351c99bbefbffd171db40820e76b7f2 /sys/arch | |
parent | a3a87d3fcfa834f87178179154b4f4916fa82608 (diff) |
'Proto type' -> 'Prototype' when discussing functions in comments.
Inspired by similar diffs from Diego Casati in other files.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/footbridge/footbridge_com_io.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/footbridge/isa/isa_io.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/mainbus/mainbus_io.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/arm/footbridge/footbridge_com_io.c b/sys/arch/arm/footbridge/footbridge_com_io.c index 32f60020210..4b6681e11df 100644 --- a/sys/arch/arm/footbridge/footbridge_com_io.c +++ b/sys/arch/arm/footbridge/footbridge_com_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: footbridge_com_io.c,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ +/* $OpenBSD: footbridge_com_io.c,v 1.2 2007/05/25 16:45:59 krw Exp $ */ /* $NetBSD: footbridge_com_io.c,v 1.4 2002/09/27 15:35:44 provos Exp $ */ /* @@ -47,7 +47,7 @@ #include <sys/systm.h> #include <machine/bus.h> -/* Proto types for all the bus_space structure functions */ +/* Prototypes for all the bus_space structure functions */ bs_protos(fcomcons); bs_protos(generic); diff --git a/sys/arch/arm/footbridge/isa/isa_io.c b/sys/arch/arm/footbridge/isa/isa_io.c index 6d6eba453e5..2ae10d950b8 100644 --- a/sys/arch/arm/footbridge/isa/isa_io.c +++ b/sys/arch/arm/footbridge/isa/isa_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_io.c,v 1.2 2005/12/17 07:31:25 miod Exp $ */ +/* $OpenBSD: isa_io.c,v 1.3 2007/05/25 16:45:59 krw Exp $ */ /* $NetBSD: isa_io.c,v 1.2 2002/09/27 15:35:44 provos Exp $ */ /* @@ -44,7 +44,7 @@ #include <machine/pio.h> #include <machine/isa_machdep.h> -/* Proto types for all the bus_space structure functions */ +/* Prototypes for all the bus_space structure functions */ bs_protos(isa); bs_protos(bs_notimpl); diff --git a/sys/arch/arm/mainbus/mainbus_io.c b/sys/arch/arm/mainbus/mainbus_io.c index e78f7ee4fa2..b29fb574f95 100644 --- a/sys/arch/arm/mainbus/mainbus_io.c +++ b/sys/arch/arm/mainbus/mainbus_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus_io.c,v 1.2 2005/11/09 18:08:37 martin Exp $ */ +/* $OpenBSD: mainbus_io.c,v 1.3 2007/05/25 16:45:59 krw Exp $ */ /* $NetBSD: mainbus_io.c,v 1.14 2003/12/06 22:05:33 bjh21 Exp $ */ /* @@ -46,7 +46,7 @@ #include <machine/bus.h> #include <machine/pmap.h> -/* Proto types for all the bus_space structure functions */ +/* Prototypes for all the bus_space structure functions */ bs_protos(mainbus); bs_protos(bs_notimpl); |