diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-29 15:25:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-29 15:25:35 +0000 |
commit | 4ff1da082d9460587eb09fb0884db032ac514fd9 (patch) | |
tree | 40a841b1b69ba2e83621c2b990e943bbdff26577 /sys/dev | |
parent | cc9aaac7d81d264698c98e7506f9f2a8490cf9a9 (diff) |
fix new typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c index 1f6a0de81da..eeb7e208c23 100644 --- a/sys/dev/ic/aic7xxx_openbsd.c +++ b/sys/dev/ic/aic7xxx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.c,v 1.69 2020/07/28 21:33:14 krw Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.c,v 1.70 2020/07/29 15:25:34 deraadt Exp $ */ /* $NetBSD: aic7xxx_osm.c,v 1.14 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -462,7 +462,7 @@ ahc_execute_scb(void *arg, bus_dma_segment_t *dm_segs, int nsegments) */ poll: #ifdef AHC_DEBUG - printf("%s: cmd_poll\n"", ahc_name(ahc)); + printf("%s: cmd_poll\n", ahc_name(ahc)); #endif do { |