mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: dereference
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ebfec3118d
commit
e3c66a23c7
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ DEFINE_SYSCALL(bool, sys_app_inbox_service_register, uint8_t *storage, size_t st
|
|||
}
|
||||
|
||||
DEFINE_SYSCALL(uint32_t, sys_app_inbox_service_unregister, uint8_t *storage) {
|
||||
// No check is needed on the value of `storage `, we're not going to derefence it.
|
||||
// No check is needed on the value of `storage `, we're not going to dereference it.
|
||||
return app_inbox_service_unregister_by_storage(storage);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue