summaryrefslogtreecommitdiffstats
path: root/src/hmath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmath.cpp')
-rw-r--r--src/hmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hmath.cpp b/src/hmath.cpp
index 736b241..893d7b3 100644
--- a/src/hmath.cpp
+++ b/src/hmath.cpp
@@ -224,7 +224,7 @@ static bc_num h_div( bc_num n1, bc_num n2 )
return r;
}
-// tqfind 10 raise to num
+// find 10 raise to num
// e.g.: when num is 5, it results 100000
static bc_num h_raise10( int n )
{