The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Fix typo in comment

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
84508320 c4108035

+1 -1
+1 -1
src/xrt/ipc/server/ipc_server_process.c
··· 585 585 } 586 586 #endif 587 587 588 - // Init all of the render riming helpers. 588 + // Init all of the render timing helpers. 589 589 for (size_t i = 0; i < ARRAY_SIZE(s->threads); i++) { 590 590 u_rt_helper_init((struct u_rt_helper *)&s->threads[i].ics.urth); 591 591 }