mirror of
https://github.com/google/pebble.git
synced 2025-06-13 05:03:12 +00:00
spelling: specific
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
faf96c3ee2
commit
848a68c241
3 changed files with 8 additions and 8 deletions
|
@ -49,7 +49,7 @@ static uint16_t prv_get_service_index(Uuid *uuid) {
|
|||
|
||||
|
||||
// ---------------------------------------------------------------------------------------------------------------
|
||||
// Used by list_find to locate the handler for a specfic service index.
|
||||
// Used by list_find to locate the handler for a specific service index.
|
||||
static bool prv_service_filter(ListNode *node, void *tp) {
|
||||
PluginServiceEntry *info = (PluginServiceEntry *)node;
|
||||
uint16_t service_idx = (uint16_t)(uintptr_t)tp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue