gpio.h: fix doxygen comment on struct
authorBrendan Le Foll <brendan.le.foll@intel.com>
Wed, 30 Apr 2014 10:36:02 +0000 (11:36 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Wed, 30 Apr 2014 10:36:02 +0000 (11:36 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/gpio.h

index 0779d2f..f4e321b 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
 typedef struct {
     /*@{*/
     int pin; /**< the pin number, as known to the os. */
-    FILE *value_fp; /**< the file pointer to the value of the gpio /*
+    FILE *value_fp; /**< the file pointer to the value of the gpio */
     /*@}*/
 } maa_gpio_context;