STYLE: fix spelling
This commit is contained in:
parent
4d3537597e
commit
a41c41ec54
|
@ -20,7 +20,7 @@ int main (int argc, char *argv[])
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// crate a source file with a tabel fo square roots
|
// crate a source file with a table of square roots
|
||||||
fprintf(fout,"double sqrtTable[] = {\n");
|
fprintf(fout,"double sqrtTable[] = {\n");
|
||||||
for (i = 0; i < 10; ++i)
|
for (i = 0; i < 10; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue