diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:29:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:29:12 +0000 |
commit | 8727b7c08864692c23d9230efd7281a0f85e6a85 (patch) | |
tree | 7ed80ea0495c19f5a616a2778e2469863c7bdd8b /sys/dev/pci/musyccvar.h | |
parent | 75071a4ab7a71ae292ece7130a46bf54ca120229 (diff) |
typos from alexey dobriyan;
Diffstat (limited to 'sys/dev/pci/musyccvar.h')
-rw-r--r-- | sys/dev/pci/musyccvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/musyccvar.h b/sys/dev/pci/musyccvar.h index 8325bedaa95..305fedbf89f 100644 --- a/sys/dev/pci/musyccvar.h +++ b/sys/dev/pci/musyccvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: musyccvar.h,v 1.8 2005/10/26 09:26:56 claudio Exp $ */ +/* $OpenBSD: musyccvar.h,v 1.9 2006/02/06 17:29:11 jmc Exp $ */ /* * Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland @@ -49,7 +49,7 @@ struct dma_desc { bus_dmamap_t map; }; -#define MUSYCC_INTLEN 512 /* 512 pending interrups is enough */ +#define MUSYCC_INTLEN 512 /* 512 pending interrupts is enough */ struct musycc_intdesc { u_int32_t md_intrq[MUSYCC_INTLEN]; }; |