summaryrefslogtreecommitdiffstats
path: root/kig/misc/kignumerics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kig/misc/kignumerics.cpp')
-rw-r--r--kig/misc/kignumerics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/misc/kignumerics.cpp b/kig/misc/kignumerics.cpp
index 4711d058..6ff414c6 100644
--- a/kig/misc/kignumerics.cpp
+++ b/kig/misc/kignumerics.cpp
@@ -331,7 +331,7 @@ bool GaussianElimination( double *matrix[], int numrows,
/*
* solve an undetermined homogeneous triangular system. the matrix is nonzero
* on its diagonal. The last unknown(s) are chosen to be 1. The
- * vector "exchange" contains exchanges to be performed on the
+ * vector "exchange" tqcontains exchanges to be performed on the
* final solution components.
*/