mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: structure
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f14d9da22e
commit
06296179d9
2 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ void activity_sessions_prv_send_activity_session_to_data_logging(ActivitySession
|
|||
}
|
||||
|
||||
|
||||
// This structre holds stats we collected from going through a list of sleep sessions. It is
|
||||
// This structure holds stats we collected from going through a list of sleep sessions. It is
|
||||
// filled in by prv_compute_sleep_stats
|
||||
typedef struct {
|
||||
ActivityScalarStore total_minutes;
|
||||
|
|
|
@ -69,7 +69,7 @@ int timezone_database_get_region_count(void);
|
|||
//! the .dst_start and .dst_end members in tz_info uninitialized.
|
||||
//!
|
||||
//! @param The region ID to look up
|
||||
//! @param tz_info[out] The TimezoneInfo strcuture to populate with the region
|
||||
//! @param tz_info[out] The TimezoneInfo structure to populate with the region
|
||||
bool timezone_database_load_region_info(uint16_t region_id, TimezoneInfo *tz_info);
|
||||
|
||||
//! Load a timezone name for a given region ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue