mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: reopened
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d0a5f03b93
commit
1ac3b3ccc6
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ void notification_storage_rewrite(void (*iter_callback)(TimelineItem *notificati
|
||||||
// Close the old file
|
// Close the old file
|
||||||
prv_file_close(fd);
|
prv_file_close(fd);
|
||||||
|
|
||||||
// We have to close and reopend the new file pointed to by the file descriptor, so
|
// We have to close and reopened the new file pointed to by the file descriptor, so
|
||||||
// that it's temp flag is cleared.
|
// that it's temp flag is cleared.
|
||||||
pfs_close(new_fd);
|
pfs_close(new_fd);
|
||||||
new_fd = prv_file_open(OP_FLAG_READ | OP_FLAG_WRITE);
|
new_fd = prv_file_open(OP_FLAG_READ | OP_FLAG_WRITE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue