mirror of
https://github.com/google/pebble.git
synced 2025-11-19 05:50:54 -05:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user