diff options
Diffstat (limited to 'src/include/ehci.h')
-rw-r--r-- | src/include/ehci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ehci.h b/src/include/ehci.h index b096f42761..f9203522a5 100644 --- a/src/include/ehci.h +++ b/src/include/ehci.h @@ -161,7 +161,7 @@ struct ehci_regs { #define USBMODE_CM_IDLE (0<<0) /* idle state */ /* Moorestown has some non-standard registers, partially due to the fact that - * its EHCI controller has both TT and LPM support. HOSTPCx are extentions to + * its EHCI controller has both TT and LPM support. HOSTPCx are extensions to * PORTSCx */ #define HOSTPC0 0x84 /* HOSTPC extension */ |