gpio.h: Fixed a couple of typos in description
authorAlex Tereschenko <alext.mkrs@gmail.com>
Fri, 2 Oct 2015 12:33:39 +0000 (14:33 +0200)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 2 Oct 2015 12:40:49 +0000 (13:40 +0100)
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/gpio.h

index 5dc6a28..895d537 100644 (file)
  * @file
  * @brief General Purpose IO
  *
- * Gpio is the General Purpose IO interface to libmraa. It's features depends on
+ * Gpio is the General Purpose IO interface to libmraa. Its features depend on
  * the board type used, it can use gpiolibs (exported via a kernel module
  * through sysfs), or memory mapped IO via a /dev/uio device or /dev/mem
- * depending again on the board configuratio, or memory mapped IO via a
- * /dev/uio device or /dev/mem depending again on the board configuration
+ * depending again on the board configuration.
  *
  * @snippet gpio_read6.c Interesting
  */