summaryrefslogtreecommitdiff
path: root/sys/src/libc/mips/sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/libc/mips/sqrt.c')
-rw-r--r--sys/src/libc/mips/sqrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/libc/mips/sqrt.c b/sys/src/libc/mips/sqrt.c
index fa27c35ef..b76ca9f14 100644
--- a/sys/src/libc/mips/sqrt.c
+++ b/sys/src/libc/mips/sqrt.c
@@ -76,7 +76,7 @@ sqrt(double arg)
/*
* this is the program that generated the table.
* it calls sqrt by some other means.
- *
+ *
* void
* main(void)
* {
@@ -90,7 +90,7 @@ sqrt(double arg)
* long ls;
* };
* } u;
- *
+ *
* for(i=0; i<64; i++) {
* u.ms = (i<<15) | 0x3fe04000;
* u.ls = 0;