Skip to content

Commit 5b66012

Browse files
committed
boards: nxp: fix spelling of "configuration"
s/condfiguration/configuration/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 312ad78 commit 5b66012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nxp/frdm_mcxn236/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "usb_phy.h"
1313
#include "usb.h"
1414

15-
/* USB PHY condfiguration */
15+
/* USB PHY configuration */
1616
#define BOARD_USB_PHY_D_CAL 0x04U
1717
#define BOARD_USB_PHY_TXCAL45DP 0x07U
1818
#define BOARD_USB_PHY_TXCAL45DM 0x07U

boards/nxp/frdm_mcxn947/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "usb_phy.h"
1313
#include "usb.h"
1414

15-
/* USB PHY condfiguration */
15+
/* USB PHY configuration */
1616
#define BOARD_USB_PHY_D_CAL (0x04U)
1717
#define BOARD_USB_PHY_TXCAL45DP (0x07U)
1818
#define BOARD_USB_PHY_TXCAL45DM (0x07U)

0 commit comments

Comments
 (0)