diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-30 08:30:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-30 08:30:02 +0000 |
commit | fe6bc55fc097b830a4cf06996b7ef582b2fe9402 (patch) | |
tree | d4de3a98d1596b963fd87d34016dea67b24c2fa3 /sys/arch/sh | |
parent | 1289a7741494c3d5e286aefb006b2d5264b7a58d (diff) |
spelling
ok jmc@ guenther@ tb@
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/dev/scif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/dev/scif.c b/sys/arch/sh/dev/scif.c index e4592d99e64..bb9de324655 100644 --- a/sys/arch/sh/dev/scif.c +++ b/sys/arch/sh/dev/scif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scif.c,v 1.22 2022/07/02 08:50:41 visa Exp $ */ +/* $OpenBSD: scif.c,v 1.23 2023/05/30 08:30:01 jsg Exp $ */ /* $NetBSD: scif.c,v 1.47 2006/07/23 22:06:06 ad Exp $ */ /*- @@ -238,7 +238,7 @@ static int scif_attached; void InitializeScif(unsigned int); /* - * following functions are debugging prupose only + * following functions are for debugging purposes only */ #define CR 0x0D #define USART_ON (unsigned int)~0x08 |