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>2020-09-13 08:00:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-13 08:00:52 +0300
commitb52aeaadfb43273b8c4cee895499207f31c5e040 (patch)
treea922b0d270113dbc334cfc2cabc516479d4a6a25 /source/blender/gpu
parent1509d2ba7d126a7f02f18b89fd2b2647b515ca42 (diff)
Cleanup: spelling, update function name in comments
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_state.cc b/source/blender/gpu/intern/gpu_state.cc
index b63abb3d57f..9ab056e868d 100644
--- a/source/blender/gpu/intern/gpu_state.cc
+++ b/source/blender/gpu/intern/gpu_state.cc
@@ -319,7 +319,7 @@ void GPU_force_state(void)
/** \} */
/* -------------------------------------------------------------------- */
-/** \name Synchronisation Utils
+/** \name Synchronization Utils
* \{ */
void GPU_memory_barrier(eGPUBarrier barrier)