diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/config/i386/svr3dbx.h | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/config/i386/svr3dbx.h')
-rw-r--r-- | gcc/config/i386/svr3dbx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/svr3dbx.h b/gcc/config/i386/svr3dbx.h index 271c117561e..d3348d55292 100644 --- a/gcc/config/i386/svr3dbx.h +++ b/gcc/config/i386/svr3dbx.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running system V, using dbx-in-coff encapsulation. - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ /* With the current gas, .align N aligns to an N-byte boundary. This is done to be compatible with the system assembler. - You have specify -DOTHER_ALIGN wenn building gas-1.38.1. */ + You must specify -DOTHER_ALIGN when building gas-1.38.1. */ #undef ASM_OUTPUT_ALIGN #define ASM_OUTPUT_ALIGN(FILE,LOG) \ |