summaryrefslogtreecommitdiff
path: root/board/bloog
diff options
context:
space:
mode:
Diffstat (limited to 'board/bloog')
-rw-r--r--board/bloog/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bloog/board.c b/board/bloog/board.c
index 5a7d31ebea..2973b5c6dd 100644
--- a/board/bloog/board.c
+++ b/board/bloog/board.c
@@ -317,7 +317,7 @@ const int keyboard_factory_scan_pins_used =
void board_overcurrent_event(int port, int is_overcurrented)
{
- /* Sanity check the port. */
+ /* Check that port number is valid. */
if ((port < 0) || (port >= CONFIG_USB_PD_PORT_MAX_COUNT))
return;