aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/mistral/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/mistral/mainboard.c')
-rw-r--r--src/mainboard/google/mistral/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/mistral/mainboard.c b/src/mainboard/google/mistral/mainboard.c
index e36a1c70a7..4a109f13d7 100644
--- a/src/mainboard/google/mistral/mainboard.c
+++ b/src/mainboard/google/mistral/mainboard.c
@@ -26,7 +26,7 @@ static struct usb_board_data usb1_board_data = {
static void setup_usb(void)
{
- /* Setting Secondary usb controller */
+ /* Setting Secondary USB controller */
setup_usb_host(HSUSB_HS_PORT_1, &usb1_board_data);
}