summaryrefslogtreecommitdiff
path: root/chip/npcx/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/gpio.c')
-rw-r--r--chip/npcx/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/gpio.c b/chip/npcx/gpio.c
index 0e05b50570..fece08c0f4 100644
--- a/chip/npcx/gpio.c
+++ b/chip/npcx/gpio.c
@@ -319,7 +319,7 @@ BUILD_ASSERT(ARRAY_SIZE(gpio_lvol_table[0].lvol_gpio) == 8);
void gpio_set_alternate_function(uint32_t port, uint32_t mask,
enum gpio_alternate_func func)
{
- /* Enable alternative pins by func*/
+ /* Enable alternative pins by func */
int pin;
/* check each bit from mask */