Update Lost to Loss in comments.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/d21530db Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d21530db Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d21530db Branch: refs/heads/develop Commit: d21530db2be8ed3bf867e0508a87eff5e37680cb Parents: e91a0d9 Author: Brian Giori <[email protected]> Authored: Fri Jul 22 10:55:51 2016 -0700 Committer: Brian Giori <[email protected]> Committed: Wed Jul 27 16:28:18 2016 -0700 ---------------------------------------------------------------------- net/nimble/profiles/src/ble_svc_lls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d21530db/net/nimble/profiles/src/ble_svc_lls.c ---------------------------------------------------------------------- diff --git a/net/nimble/profiles/src/ble_svc_lls.c b/net/nimble/profiles/src/ble_svc_lls.c index e94f192..fdfe377 100644 --- a/net/nimble/profiles/src/ble_svc_lls.c +++ b/net/nimble/profiles/src/ble_svc_lls.c @@ -34,7 +34,7 @@ ble_svc_lls_access(uint16_t conn_handle, uint16_t attr_handle, static const struct ble_gatt_svc_def ble_svc_lls_defs[] = { { - /*** Service: Link Lost Service (LLS). */ + /*** Service: Link Loss Service (LLS). */ .type = BLE_GATT_SVC_TYPE_PRIMARY, .uuid128 = BLE_UUID16(BLE_SVC_LLS_UUID16), .characteristics = (struct ble_gatt_chr_def[]) { { @@ -84,7 +84,7 @@ ble_svc_lls_access(uint16_t conn_handle, uint16_t attr_handle, } /** - * This function is the crux of the link lost service. The application + * This function is the crux of the link loss service. The application * developer must call this function inside the gap event callback * function when a BLE_GAP_EVENT_DISCONNECT event is received. Here, * we then check if the disconnect reason is due to a timout, and if
