Minor fixes

Fork of BLE_API by Bluetooth Low Energy

Revision:
728:4427371f3875
Parent:
716:11b41f651697
--- a/ble/GattService.h	Mon Jul 06 16:54:47 2015 +0000
+++ b/ble/GattService.h	Tue Jul 07 17:21:09 2015 +0000
@@ -45,13 +45,13 @@
 
 public:
     /**
-     *  @brief  Creates a new GattCharacteristic using the specified 16-bit
+     *  @brief  Creates a new GattService using the specified 16-bit
      *          UUID, value length, and properties
      *
      *  @note   The UUID value must be unique in the service and is normally >1
      *
      *  @param[in]  uuid
-     *              The UUID to use for this characteristic
+     *              The UUID to use for this service
      *  @param[in]  characteristics
      *              A pointer to an array of characteristics to be included within this service
      *  @param[in]  numCharacteristics