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-07-28 14:49:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-28 14:49:37 +0300
commit2a52c2d001b8d8e7c6865fea4d226a9e2f8ced8a (patch)
treedd1309a91f1ddafaff746305273ed24ccbd7f0b1 /source/blender/blenlib/BLI_float3.hh
parent82c38a7df0546335c6ece30fcf7e277c90220cda (diff)
Cleanup: spelling, comments
Diffstat (limited to 'source/blender/blenlib/BLI_float3.hh')
-rw-r--r--source/blender/blenlib/BLI_float3.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_float3.hh b/source/blender/blenlib/BLI_float3.hh
index 13ec563578b..a0979bc75bd 100644
--- a/source/blender/blenlib/BLI_float3.hh
+++ b/source/blender/blenlib/BLI_float3.hh
@@ -144,7 +144,7 @@ struct float3 {
}
/**
- * Normalizes the vector inplace.
+ * Normalizes the vector in place.
*/
void normalize()
{