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-03-14 07:34:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:43:21 +0300
commitf0b0524c5fa7d4b8cc857000d8fdfba5170a980f (patch)
tree28ef3b49abdabd6a7f49b9ae8c5a67dfa1ce2f61 /source/blender/blenkernel/intern/multires_reshape_vertcos.c
parent117ccb56ad7a7047b335de9bb5d6ea6e0acf3133 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/multires_reshape_vertcos.c')
-rw-r--r--source/blender/blenkernel/intern/multires_reshape_vertcos.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/multires_reshape_vertcos.c b/source/blender/blenkernel/intern/multires_reshape_vertcos.c
index c47b50faa03..5aff0b3caa2 100644
--- a/source/blender/blenkernel/intern/multires_reshape_vertcos.c
+++ b/source/blender/blenkernel/intern/multires_reshape_vertcos.c
@@ -38,8 +38,10 @@ typedef struct MultiresReshapeAssignVertcosContext {
const int num_vert_coords;
} MultiresReshapeAssignVertcosContext;
-/* Set single displacement grid value at a reshape level to a correspnding vertex coordinate.
- * This function will be called for every side of a boundary grid points for inner coordinates. */
+/**
+ * Set single displacement grid value at a reshape level to a corresponding vertex coordinate.
+ * This function will be called for every side of a boundary grid points for inner coordinates.
+ */
static void multires_reshape_vertcos_foreach_single_vertex(
const SubdivForeachContext *foreach_context,
const GridCoord *grid_coord,