Skip to content
Snippets Groups Projects
Commit 8e4fdba1 authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: typo

parent e2374240
Branches
Tags
No related merge requests found
...@@ -1342,7 +1342,7 @@ static bool bm_vert_fasthash_edge_is_match( ...@@ -1342,7 +1342,7 @@ static bool bm_vert_fasthash_edge_is_match(
(e_a_fm[1] == e_b_fm[1])); (e_a_fm[1] == e_b_fm[1]));
} }
static void bm_vert_fasthash_distroy( static void bm_vert_fasthash_destroy(
UUIDFashMatch *fm) UUIDFashMatch *fm)
{ {
MEM_freeN(fm); MEM_freeN(fm);
...@@ -1485,7 +1485,7 @@ int BM_mesh_region_match( ...@@ -1485,7 +1485,7 @@ int BM_mesh_region_match(
#ifdef USE_PIVOT_FASTMATCH #ifdef USE_PIVOT_FASTMATCH
if (fm) { if (fm) {
bm_vert_fasthash_distroy(fm); bm_vert_fasthash_destroy(fm);
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment