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-05 18:45:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-05 19:19:58 +0300
commit3a8d9198b33d9c90abd3a134ee26e2f68ff52002 (patch)
treeaea4d5dadccc4485857173af0c28a76c73e98b73 /source/blender/blenlib/intern/math_boolean.cc
parent9978485e8207d1f842f16864bda4260c8fc1335a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/intern/math_boolean.cc')
-rw-r--r--source/blender/blenlib/intern/math_boolean.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/math_boolean.cc b/source/blender/blenlib/intern/math_boolean.cc
index 3755c4156e7..f7454a713a1 100644
--- a/source/blender/blenlib/intern/math_boolean.cc
+++ b/source/blender/blenlib/intern/math_boolean.cc
@@ -111,8 +111,8 @@ int orient3d(const mpq3 &a, const mpq3 &b, const mpq3 &c, const mpq3 &d)
/**
* For double versions of orient and incircle functions, use robust predicates
* that give exact answers for double inputs.
- * First, encapsulate functions frm Jonathan Shewchuk's implementation.
- * After this namespace, see the implementation of the double3 primitives.
+ * First, encapsulate functions from Jonathan Shewchuk's implementation.
+ * After this name-space, see the implementation of the double3 primitives.
*/
namespace robust_pred {