summaryrefslogtreecommitdiff
path: root/src/portable/ohci/ohci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/ohci/ohci.c')
-rw-r--r--src/portable/ohci/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ohci/ohci.c b/src/portable/ohci/ohci.c
index 3e523ebc2..228da6ae0 100644
--- a/src/portable/ohci/ohci.c
+++ b/src/portable/ohci/ohci.c
@@ -165,7 +165,7 @@ bool hcd_init(uint8_t rhport)
//------------- Data Structure init -------------//
tu_memclr(&ohci_data, sizeof(ohci_data_t));
for(uint8_t i=0; i<32; i++)
- { // assign all interrupt pointes to period head ed
+ { // assign all interrupt pointers to period head ed
ohci_data.hcca.interrupt_table[i] = (uint32_t) &ohci_data.period_head_ed;
}