aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/urara/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/urara/mainboard.c')
-rw-r--r--src/mainboard/google/urara/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/urara/mainboard.c b/src/mainboard/google/urara/mainboard.c
index f68bb0b9f5..27fdd90af5 100644
--- a/src/mainboard/google/urara/mainboard.c
+++ b/src/mainboard/google/urara/mainboard.c
@@ -50,7 +50,7 @@ void lb_board(struct lb_header *header)
dma->range_size = _dma_coherent_size;
#if IS_ENABLED(CONFIG_CHROMEOS)
- /* Retrieve the switch interface MAC addressses. */
+ /* Retrieve the switch interface MAC addresses. */
lb_table_add_macs_from_vpd(header);
#endif
}