diff options
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/fb.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/zs.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/fb.c b/sys/arch/sparc64/dev/fb.c index b24917a4b21..5bc26cad2cc 100644 --- a/sys/arch/sparc64/dev/fb.c +++ b/sys/arch/sparc64/dev/fb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fb.c,v 1.30 2020/05/25 09:55:48 jsg Exp $ */ +/* $OpenBSD: fb.c,v 1.31 2024/09/04 07:54:52 mglocker Exp $ */ /* $NetBSD: fb.c,v 1.23 1997/07/07 23:30:22 pk Exp $ */ /* @@ -211,7 +211,7 @@ fbwscons_init(struct sunfb *sf, int flags, int isconsole) * switch from the 12x22 font to the more adequate 8x16 font * here. * If we are the console device, we need to adjust two things: - * - the display row should be overrided from the current PROM + * - the display row should be overridden from the current PROM * metrics, since it will not match the PROM reality anymore. * - the screen needs to be cleared. * diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c index b316823529b..2f5f92755a3 100644 --- a/sys/arch/sparc64/dev/zs.c +++ b/sys/arch/sparc64/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.34 2024/03/29 21:17:13 miod Exp $ */ +/* $OpenBSD: zs.c,v 1.35 2024/09/04 07:54:52 mglocker Exp $ */ /* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -344,7 +344,7 @@ zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri) if ((zsc_args.hwflags & ZS_HWFLAG_CONSOLE_OUTPUT) != 0) { zs_conschan_put = zc; } - /* Childs need to set cn_dev, etc */ + /* Children need to set cn_dev, etc */ cs->cs_reg_csr = &zc->zc_csr; cs->cs_reg_data = &zc->zc_data; |