diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-22 22:08:31 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-22 22:08:31 +0000 |
commit | 3e8fc3bd1841beafcc0621fa30202feed4612e51 (patch) | |
tree | a469cb9befc795f9d1551c3f0b485ad52ae1f7af /gcc/config/svr3.h | |
parent | 46a1b049a85fd8d420c642a990b2264b2db5eec8 (diff) | |
download | gcc-3e8fc3bd1841beafcc0621fa30202feed4612e51.tar.gz |
Fix spelling errors in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index 929eaf32da1..fc6e262b7b5 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -151,7 +151,7 @@ Boston, MA 02111-1307, USA. #define WCHAR_TYPE_SIZE BITS_PER_WORD /* Assembler pseudos to introduce constants of various size. These - definitions hsould work for most svr3 systems. */ + definitions should work for most svr3 systems. */ #undef ASM_BYTE_OP #define ASM_BYTE_OP "\t.byte" |