mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
04ba22ffb9
commit
f7cac0ad9b
3 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ void hrm_manager_handle_prefs_changed(void);
|
|||
HRMSessionRef sys_hrm_manager_app_subscribe(AppInstallId app_id, uint32_t update_interval_s,
|
||||
uint16_t expire_s, HRMFeature features);
|
||||
|
||||
//! Return the HRMSessionRef for an app or worker subscription, if it exists. This call can not
|
||||
//! Return the HRMSessionRef for an app or worker subscription, if it exists. This call cannot
|
||||
//! be used for KernelBG subscriptions
|
||||
//! @param app_id the application's AppInstallId
|
||||
//! @return the HRMSessionRef for this subscription, or NULL if no subscription exists
|
||||
|
|
|
@ -59,7 +59,7 @@ bool shared_circular_buffer_write(SharedCircularBuffer* buffer, const uint8_t* d
|
|||
|
||||
//! Add a read client
|
||||
//! @param buffer The buffer to add the client to
|
||||
//! @param client Pointer to a client structure. This structure must be allocated by the caller and can not
|
||||
//! @param client Pointer to a client structure. This structure must be allocated by the caller and cannot
|
||||
//! be freed until the client is removed
|
||||
//! @return true if successfully added
|
||||
bool shared_circular_buffer_add_client(SharedCircularBuffer* buffer, SharedCircularBufferClient *client);
|
||||
|
@ -130,7 +130,7 @@ typedef struct SubsampledSharedCircularBufferClient {
|
|||
//!
|
||||
//! @param buffer The buffer to add the client to
|
||||
//! @param client Pointer to a client structure. This structure must be
|
||||
//! allocated by the caller and can not be freed until the client is
|
||||
//! allocated by the caller and cannot be freed until the client is
|
||||
//! removed.
|
||||
//! @param subsample_numerator The numerator of the client's initial subsampling
|
||||
//! ratio.
|
||||
|
|
|
@ -136,7 +136,7 @@ void test_ams__discover_of_ams_should_subscribe_to_entity_update_characteristic(
|
|||
// Assert ams.c can handle the characteristic reference for the first instance:
|
||||
prv_assert_can_handle_characteristics(0, true /* expect_can_handle */);
|
||||
|
||||
// Assert ams.c can not handle the characteristic reference for the second instance:
|
||||
// Assert ams.c cannot handle the characteristic reference for the second instance:
|
||||
prv_assert_can_handle_characteristics(1, false /* expect_can_handle */);
|
||||
|
||||
// The first instance is expected to be used.
|
||||
|
|
Loading…
Add table
Reference in a new issue