mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: beginning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5a7fdca2e4
commit
de2ef95804
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void registry_private_init(Registry* registry) {
|
|||
// active registry can be found when `registry_init()` is called, an empty registry
|
||||
// is written.
|
||||
//
|
||||
// The flash cursor starts at the begining of the registry's SPIFlash
|
||||
// The flash cursor starts at the beginning of the registry's SPIFlash
|
||||
// address (`REGISTRY_FLASH_BEGIN`), and is incremented to the next completely
|
||||
// empty subsector every time the registry is written to flash.
|
||||
memset(registry->records, 0, registry->registry_size_bytes);
|
||||
|
|
Loading…
Add table
Reference in a new issue