summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith1.c
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-10-29 12:46:44 -0700
committerKen Thompson <ken@golang.org>2008-10-29 12:46:44 -0700
commita2d715f0f8bab0979d56f9c7b2f244b71da90e55 (patch)
tree44274d7583c587c4ffeddced52b977ed1c095fd9 /src/cmd/gc/mparith1.c
parentfd7cb5bdd8d5fffcbd8f57c575f3b21f04795dde (diff)
downloadgo-a2d715f0f8bab0979d56f9c7b2f244b71da90e55.tar.gz
the end of life as we know it
int is new type R=r OCL=18023 CL=18023
Diffstat (limited to 'src/cmd/gc/mparith1.c')
-rw-r--r--src/cmd/gc/mparith1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/mparith1.c b/src/cmd/gc/mparith1.c
index a787f7d89..b9ecea04b 100644
--- a/src/cmd/gc/mparith1.c
+++ b/src/cmd/gc/mparith1.c
@@ -4,7 +4,7 @@
#include "go.h"
-/// uses arihmetic
+/// uses arithmetic
int
mpcmpfixflt(Mpint *a, Mpflt *b)