diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 16:45:28 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 16:45:28 +0000 |
commit | 07499df022fc60eef597a1cc566dea1710e17020 (patch) | |
tree | 117070d8567fccb40447a0db8a3fe6a6ce016c0c /gcc/config/soft-fp | |
parent | c1d36cca0e6cdb4ed1f38c0e84e757c0cfe5e696 (diff) | |
download | gcc-07499df022fc60eef597a1cc566dea1710e17020.tar.gz |
Revert:
* config/soft-fp/op-common.h: Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113180 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/soft-fp')
-rw-r--r-- | gcc/config/soft-fp/op-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/soft-fp/op-common.h b/gcc/config/soft-fp/op-common.h index 372f69dcde1..4ec7fade485 100644 --- a/gcc/config/soft-fp/op-common.h +++ b/gcc/config/soft-fp/op-common.h @@ -35,7 +35,7 @@ _FP_FRAC_DECL_##wc(X) /* - * Finish truly unpacking a native fp value by classifying the kind + * Finish truely unpacking a native fp value by classifying the kind * of fp value and normalizing both the exponent and the fraction. */ |