diff options
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r-- | gcc/config/ns32k/ns32k.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ns32k/ns32k.md b/gcc/config/ns32k/ns32k.md index 5fec86dcd43..e44ccccbe06 100644 --- a/gcc/config/ns32k/ns32k.md +++ b/gcc/config/ns32k/ns32k.md @@ -258,7 +258,7 @@ convrt.i[1] = CONST_DOUBLE_HIGH (operands[1]); convrt.f = convrt.d; - /* Is there a better machine-independent way to to this? */ + /* Is there a better machine-independent way to do this? */ operands[1] = GEN_INT (convrt.i[0]); return \"movd %1,%0\"; } |