diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:39:54 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:39:54 +0000 |
commit | c3418f425801179142b1f09b100989b6af411d88 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/xcoffout.h | |
parent | 01cc3b7526f036bef25d4140ef0903276a67aa9a (diff) | |
download | gcc-c3418f425801179142b1f09b100989b6af411d88.tar.gz |
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 10dc6dc1c81..36cef87b5d4 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -145,7 +145,7 @@ extern char *xcoff_lastfile; /* Write out main source file name using ".file" rather than ".stabs". We don't actually do this here, because the assembler gets confused if there is more than one .file directive. ASM_FILE_START in config/rs6000/rs6000.h - is already emitting a .file direcgtory, so we don't output one here also. + is already emitting a .file directory, so we don't output one here also. Initialize xcoff_lastfile. */ #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME) \ xcoff_lastfile = input_file_name |