aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_gpio.c
diff options
context:
space:
mode:
authorpeterbailey <peterbailey@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-03 04:59:04 +0000
committerpeterbailey <peterbailey@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-03 04:59:04 +0000
commitd08bf6d19c86486b1e10e023ea2aaa5ac0f2c30c (patch)
tree83adb58a1bedcd7b4199a497160168f68be690fb /drv_generic_gpio.c
parent318733a9fb22d468e1a6db9b2de0d52bd2c1f818 (diff)
downloadlcd4linux-d08bf6d19c86486b1e10e023ea2aaa5ac0f2c30c.tar.gz
adding PICGraphic driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1049 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_gpio.c')
-rw-r--r--drv_generic_gpio.c2
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