summaryrefslogtreecommitdiffstats
path: root/src/geom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/geom.cpp')
-rw-r--r--src/geom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geom.cpp b/src/geom.cpp
index e59b0f302..5072b0c0e 100644
--- a/src/geom.cpp
+++ b/src/geom.cpp
@@ -17,7 +17,7 @@
* intersection; otherwise, \a result remains unchanged.
*
* This function finds the intersection of the two lines (infinite)
- * defined by n0.X = d0 and x1.X = d1. The algorithm is as follows:
+ * defined by n0.X = d0 and n1.X = d1. The algorithm is as follows:
* To compute the intersection point use Cramer's rule:
* (see http://en.wikipedia.org/wiki/Cramer%27s_rule)
* \verbatim