summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index f4153a51b04a..9e6681010e51 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1149,7 +1149,7 @@ double Det(const Point &rHeading1, const Point &rHeading2)
}
-/// Is true if the point 'rPoint1' belongs to the straight line through 'rPoint2'
+/// Is true iff the point 'rPoint1' belongs to the straight line through 'rPoint2'
/// and has the direction vector 'rHeading2'
bool IsPointInLine(const Point &rPoint1,
const Point &rPoint2, const Point &rHeading2)