The open source OpenXR runtime
0
fork

Configure Feed

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

a/android,ipc/android: Fix typos

+3 -3
+1 -1
src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java
··· 170 170 * <p> 171 171 * Called by native code! 172 172 * 173 - * @param wait_ms Max duration you prefer to wait, in millseconds. Spurious wakeups mean this 173 + * @param wait_ms Max duration you prefer to wait, in milliseconds. Spurious wakeups mean this 174 174 * not be totally precise. 175 175 * @return A SurfaceHolder or null. 176 176 */
+2 -2
src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/Client.java
··· 79 79 */ 80 80 private Context runtimePackageContext = null; 81 81 /** 82 - * Controll system ui visibility 82 + * Control system ui visibility 83 83 */ 84 84 private SystemUiController systemUiController = null; 85 85 ··· 164 164 // This block of code asynchronously create a MonadoView attached to activity and 165 165 // waits for Surface creation. Native code (comp_window_android_init_swapchain() method) 166 166 // will poll for ANativeWindow created from this Surface. 167 - // TODO: just initiate MonadoView attachement and add callback to native code to 167 + // TODO: just initiate MonadoView attachment and add callback to native code to 168 168 // notify about Surface status and pass it to OpenXR application as a Session lifecycle 169 169 // (ready ... synchronized ... visible ... focused) 170 170 new Thread(()-> {