diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 21:30:32 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 21:30:32 +0000 |
commit | a53c9f037e03972c9ed416b7f267bf8a32b631c2 (patch) | |
tree | 889bc1d0d351d4f8026e1723f16d3a30bcc59410 /gcc/config/h8300/lib1funcs.asm | |
parent | 9904e600af809a0b4ccc5166e5b1f6283c38eac4 (diff) | |
download | gcc-a53c9f037e03972c9ed416b7f267bf8a32b631c2.tar.gz |
* config/h8300/h8300.h: Fix comment typos.
* config/h8300/h8300.md: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48754 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/lib1funcs.asm')
-rw-r--r-- | gcc/config/h8300/lib1funcs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/lib1funcs.asm b/gcc/config/h8300/lib1funcs.asm index da69acd435b..a5a9f9559d5 100644 --- a/gcc/config/h8300/lib1funcs.asm +++ b/gcc/config/h8300/lib1funcs.asm @@ -767,7 +767,7 @@ _done: #ifdef L_fixunssfsi_asm /* For the h8300 we use asm to save some bytes, to allow more programs to fit into the tiny address - space. For h8300h / h8s, the C version is good enough. */ + space. For the H8/300H and H8S, the C version is good enough. */ #ifdef __H8300__ /* We still treat NANs different than libgcc2.c, but then, the behaviour is undefined anyways. */ |