Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-26 14:24:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-26 14:26:35 +0300
commit6d3d2988faad182eedc34210c651f8edb1cda6d8 (patch)
treebab8c1b62b545dbf403979f9c8f66f7bd4e5eb4b /source/blender/windowmanager/xr
parentddf97d6270d0a0da36257bb676d9d05513064de5 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/windowmanager/xr')
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr_operators.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.c b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
index 105c3b29cc8..36af0147cb8 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_operators.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
@@ -133,7 +133,8 @@ static int wm_xr_session_toggle_exec(bContext *C, wmOperator *UNUSED(op))
wmWindow *win = CTX_wm_window(C);
View3D *v3d = CTX_wm_view3d(C);
- /* Lazy-create xr context - tries to dynlink to the runtime, reading active_runtime.json. */
+ /* Lazily-create XR context - tries to dynamic-link to the runtime,
+ * reading `active_runtime.json`. */
if (wm_xr_init(wm) == false) {
return OPERATOR_CANCELLED;
}