Skip to content

Commit 196c233

Browse files
authored
Fix typo
1 parent c9c5625 commit 196c233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ themselves as GPIO chips with the gpio subsystem. Each of these chips provides
133133
access to a set of GPIOs. At present, when this chip is registered a global
134134
base number is assigned to this driver. The comments from the linux kernel
135135
[`gpio_chip_add_data`](https://elixir.bootlin.com/linux/v4.9.85/source/drivers/gpio/gpiolib.c#L1087)
136-
sum up the situation nicely when assignign the a base number to a GPIO chip
136+
sum up the situation nicely when assigning the a base number to a GPIO chip
137137
on registration.
138138

139139
/*

0 commit comments

Comments
 (0)