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.c | |
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.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index a5dc58b663b..e5b900eda2b 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -483,7 +483,7 @@ xcoffout_declare_function (file, decl, name) } } - /* Any pending .bi or .ei must occur before the .function psuedo op. + /* Any pending .bi or .ei must occur before the .function pseudo op. Otherwise debuggers will think that the function is in the previous file and/or at the wrong line number. */ xcoffout_source_file (file, DECL_SOURCE_FILE (decl), 0); |