summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-30 19:25:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-30 19:25:13 +0000
commit7eaa38f085202abe296b51bc292f5eba3e0d74cd (patch)
tree3cfaec0050ed64b4c3ae76e9431adcc97d75b962 /sys/arch/hppa
parente412937dcfde0c70a35a72b4829185beb7215f74 (diff)
typos and grammer from Bruno Rohee <bruno@rohee.com>
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/dev/devlist2h.awk4
-rw-r--r--sys/arch/hppa/dev/dino.c4
-rw-r--r--sys/arch/hppa/dev/sti_sgc.c4
-rw-r--r--sys/arch/hppa/gsc/fdc_gsc.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/hppa/dev/devlist2h.awk b/sys/arch/hppa/dev/devlist2h.awk
index 291fa416c4b..c24a8678c63 100644
--- a/sys/arch/hppa/dev/devlist2h.awk
+++ b/sys/arch/hppa/dev/devlist2h.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: devlist2h.awk,v 1.4 2001/03/29 00:43:00 mickey Exp $
+# $OpenBSD: devlist2h.awk,v 1.5 2003/10/30 19:25:12 mickey Exp $
#
# Copyright (c) 1998-2001 Michael Shalayeff
@@ -115,7 +115,7 @@ NR > 1 {
END {
if (busted) {
- print("unteminated comment at the EOF\n");
+ print("unterminated comment at the EOF\n");
exit(1);
}
printf("{ -1 }\n") > cpud;
diff --git a/sys/arch/hppa/dev/dino.c b/sys/arch/hppa/dev/dino.c
index 5c9234b1f2a..213c7b93ebc 100644
--- a/sys/arch/hppa/dev/dino.c
+++ b/sys/arch/hppa/dev/dino.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dino.c,v 1.1 2003/09/29 19:30:23 mickey Exp $ */
+/* $OpenBSD: dino.c,v 1.2 2003/10/30 19:25:12 mickey Exp $ */
/*
* Copyright (c) 2003 Michael Shalayeff
@@ -1515,6 +1515,6 @@ dinoattach(parent, self, aux)
pba.pba_bus = 0;
config_found(self, &pba, dinoprint);
- /* now enable interrupts that all the devices are there */
+ /* enable interrupts now that all the devices are there */
r->imr = sc->sc_imr;
}
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c
index aa305c8d82e..039ec96eca1 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.17 2003/09/25 22:17:40 mickey Exp $ */
+/* $OpenBSD: sti_sgc.c,v 1.18 2003/10/30 19:25:12 mickey Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -146,7 +146,7 @@ sti_sgc_probe(parent, match, aux)
romh = rom;
romunmapped++;
} else {
- /* in this case i have no freaking idea */
+ /* in this case nobody has no freaking idea */
return 0;
}
}
diff --git a/sys/arch/hppa/gsc/fdc_gsc.c b/sys/arch/hppa/gsc/fdc_gsc.c
index 9e5dbf25c7e..95143bfa52f 100644
--- a/sys/arch/hppa/gsc/fdc_gsc.c
+++ b/sys/arch/hppa/gsc/fdc_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdc_gsc.c,v 1.3 2003/01/25 07:22:01 jason Exp $ */
+/* $OpenBSD: fdc_gsc.c,v 1.4 2003/10/30 19:25:12 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -66,7 +66,7 @@ fdc_gsc_probe(parent, match, aux)
ca->ca_type.iodc_sv_model != HPPA_FIO_GPCFD)
return 0;
- /* Map the i/o space. */
+ /* Map the I/O space. */
if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh))
return 0;