summaryrefslogtreecommitdiff
path: root/gcc/enquire.c
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:58:10 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:58:10 +0000
commitbaef9648c251f5ae80b4166b2c1727f6b167263f (patch)
tree468ba5a246b03b6a6f71644b793be0748860c002 /gcc/enquire.c
parent556db816edcdeb09236fb0e83ce1de1dafb23c00 (diff)
downloadgcc-baef9648c251f5ae80b4166b2c1727f6b167263f.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/enquire.c')
-rw-r--r--gcc/enquire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/enquire.c b/gcc/enquire.c
index fab663f2126..8e9c92425c5 100644
--- a/gcc/enquire.c
+++ b/gcc/enquire.c
@@ -900,7 +900,7 @@ int exponent(x, fract, exp) Long_double x; double *fract; int *exp; {
/* Print a value of type TYPE with value VAL,
assuming that sprintf can't handle this type properly (without truncation).
- We create an expession that uses type casting to create the value from
+ We create an expression that uses type casting to create the value from
a bit pattern. */
char *fake_f_rep(type, val) char *type; Long_double val; {