Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jan 21, 2022
1 parent 6e7473e commit 91a42e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/space_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ enum space_op_error space_manager_focus_space(uint64_t sid)
while (true) {

/*
* NOTE(koekeishiya): On macOS Monterey (Apple Silicon) it appears that the API we use take some
* time to update before they actually reflect the system state. Because of that we need to spin-
* lock here until the system has caught up with the space change before we can proceed.
* NOTE(koekeishiya): On macOS Monterey it appears that the API we use take some time to update
* before they actually reflect the system state. Because of that we need to spin- lock here
* until the system has caught up with the space change before we can proceed.
* */

uint64_t tmp = display_space_id(new_did);
Expand Down

0 comments on commit 91a42e7

Please sign in to comment.