diff options
Diffstat (limited to '')
-rw-r--r-- | drv_generic_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_generic_gpio.c b/drv_generic_gpio.c index 512ccb1..2ecd0bf 100644 --- a/drv_generic_gpio.c +++ b/drv_generic_gpio.c @@ -34,7 +34,7 @@ * these functions must be implemented by the real driver: * * int (*drv_generic_gpio_real_set) (const int num, const int val); - * sets GPO num to val, returns the actal value + * sets GPO num to val, returns the actual value * * int (*drv_generic_gpio_real_get) (const int num); * reads GPI num |