doc/spi: correct description of SPI
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Thu, 11 Dec 2014 15:23:25 +0000 (15:23 +0000)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Thu, 11 Dec 2014 15:23:25 +0000 (15:23 +0000)
SPI is not System Package Interface

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
api/mraa/spi.h
api/mraa/spi.hpp

index ed64db0..331194d 100644 (file)
@@ -26,7 +26,7 @@
 
 /**
  * @file
- * @brief System Packet Interface
+ * @brief Serial Peripheral Interface
  *
  * This file defines the spi interface for libmraa. A Spi object in libmraa
  * represents a spidev device. Linux spidev devices are created per spi bus and
index 8bea35f..10c4b55 100644 (file)
@@ -30,7 +30,7 @@
 namespace mraa {
 
 /**
- * @brief API to System Packet Interface
+ * @brief API to Serial Peripheral Interface
  *
  * This file defines the SPI interface for libmraa
  *