···206206 u_index_fifo_push(&sc->acquired.fifo, index);
207207 sc->images[index].state = OXR_IMAGE_STATE_ACQUIRED;
208208209209- // If the compositor is resuing the image,
209209+ // If the compositor is reusing the image,
210210 // mark it as invalid to use in xrEndFrame.
211211 if (sc->released.index == (int)index) {
212212 sc->released.yes = false;