summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-01-22 15:04:38 -0500
committerTavian Barnes <tavianator@gmail.com>2011-01-22 15:04:38 -0500
commitc5ddce0b48ebc0a668ada204a791119981910b7b (patch)
tree874eaf6b01c6203eeb04bc4b390cf3c45dd0e04b /tests
parent954ba0fd3d882f6e3f3eb7e50d7bcd52cd184dc4 (diff)
downloaddimension-c5ddce0b48ebc0a668ada204a791119981910b7b.tar.xz
Fix comment in polynomial test.
Diffstat (limited to 'tests')
-rw-r--r--tests/libdimension/polynomial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libdimension/polynomial.c b/tests/libdimension/polynomial.c
index 8c6b4da..5093c94 100644
--- a/tests/libdimension/polynomial.c
+++ b/tests/libdimension/polynomial.c
@@ -18,7 +18,7 @@
*************************************************************************/
/*
- * Basic tests of PR-trees
+ * Basic test of numerical polynomial root-finder
*/
#include "dimension.h"