diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
commit | 32110f5917b46b67233f9faa81302b57c38dc68d (patch) | |
tree | 8fc0cc7429f47609a9f24c9adeb151067f552ddd /sys/arch/sparc64/dev | |
parent | 3430d1a7ed898bbc52c200db6907c3deedd91aec (diff) |
fix double words in comments
feedback and ok jmc@ miod, ok millert@
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/psycho.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/psycho.c b/sys/arch/sparc64/dev/psycho.c index 033f5170c62..f3c5b29a30a 100644 --- a/sys/arch/sparc64/dev/psycho.c +++ b/sys/arch/sparc64/dev/psycho.c @@ -1,4 +1,4 @@ -/* $OpenBSD: psycho.c,v 1.82 2023/02/04 19:19:37 cheloha Exp $ */ +/* $OpenBSD: psycho.c,v 1.83 2023/04/11 00:45:08 jsg Exp $ */ /* $NetBSD: psycho.c,v 1.39 2001/10/07 20:30:41 eeh Exp $ */ /* @@ -1291,7 +1291,7 @@ found: /* * Enable the interrupt now we have the handler installed. * Read the current value as we can't change it besides the - * valid bit so so make sure only this bit is changed. + * valid bit so make sure only this bit is changed. * * XXXX --- we really should use bus_space for this. */ |