aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_generic_gpio.c')
-rw-r--r--drv_generic_gpio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_generic_gpio.c b/drv_generic_gpio.c
index b613b4e..391d196 100644
--- a/drv_generic_gpio.c
+++ b/drv_generic_gpio.c
@@ -1,9 +1,9 @@
-/* $Id: drv_generic_gpio.c 751 2007-01-20 13:52:43Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_generic_gpio.c $
+/* $Id: drv_generic_gpio.c 1049 2009-11-03 04:59:04Z peterbailey $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_generic_gpio.c $
*
* generic driver helper for GPO's
*
- * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2005 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -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