diff options
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); |