diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-04 06:49:12 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-04 06:49:12 +0000 |
commit | 610fb17daf6f52381936dd2c7766f196a7f04474 (patch) | |
tree | 50482272f8ea947a7017f6f0d9267db5f9d76539 /sys/dev | |
parent | 1270b0c693aec19c22e2a525e0715d22218e00e1 (diff) |
spelling
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/bktr/bktr_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/bktr/bktr_core.h b/sys/dev/pci/bktr/bktr_core.h index 6e450148fcc..f14b002d140 100644 --- a/sys/dev/pci/bktr/bktr_core.h +++ b/sys/dev/pci/bktr/bktr_core.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_core.h,v 1.4 2022/01/09 05:42:58 jsg Exp $ */ +/* $OpenBSD: bktr_core.h,v 1.5 2022/09/04 06:49:11 jsg Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.4 2000/06/26 09:41:32 roger Exp $ */ /* @@ -72,7 +72,7 @@ void msp_dpl_write( bktr_ptr_t bktr, int i2c_addr, unsigned char dev, /* device name for printf */ const char *bktr_name(bktr_ptr_t bktr); -/* Prototypes for attatch and interrupt functions */ +/* Prototypes for attach and interrupt functions */ void common_bktr_attach( bktr_ptr_t bktr, int unit, u_int pci_id, u_int rev ); int common_bktr_intr( void *arg ); |