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/a1f73dc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a1f73dc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a1f73dc1 Branch: refs/heads/sterly_refactor Commit: a1f73dc1f6979be2e744cfae4b082361934306dd Parents: 8dfadef Author: Brian Giori <[email protected]> Authored: Fri Jul 22 10:55:51 2016 -0700 Committer: Sterling Hughes <[email protected]> Committed: Wed Aug 3 14:57:50 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/a1f73dc1/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
