From 65cb294f61bf05a9cb0cb51f38d089ea4d48fb2c Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Mon, 21 Dec 2015 09:35:49 +0000 Subject: [PATCH] Fix comment typo --- source/nRF5xn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nRF5xn.cpp b/source/nRF5xn.cpp index 7319336..9aa3749 100644 --- a/source/nRF5xn.cpp +++ b/source/nRF5xn.cpp @@ -103,7 +103,7 @@ const char *nRF5xn::getVersion(void) @retval BLE_ERROR_NONE if everything executed properly and BLE_ERROR_ALREADY_INITIALIZED if the stack has already - been initialized (possibly through a call to nRF5xn::init(). + been initialized (possibly through a call to nRF5xn::init()). BLE_ERROR_INTERNAL_STACK_FAILURE is returned if initialization of the internal stack (SoftDevice) failed.