OSDN Git Service

entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 03:58:10 +0000 (03:58 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 03:58:10 +0000 (03:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1262 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/enquire.c

index fab663f..8e9c924 100644 (file)
@@ -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; {