]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR 46686 Fix incorrect comment.
authorJanne Blomqvist <jb@gcc.gnu.org>
Wed, 9 Nov 2011 17:52:11 +0000 (19:52 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Wed, 9 Nov 2011 17:52:11 +0000 (19:52 +0200)
2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/46686
* runtime/backtrace.c (show_backtrace): Fix incorrect comment.

From-SVN: r181217

libgfortran/ChangeLog
libgfortran/runtime/backtrace.c

index 59d1a564340b8c59ead6e03f1d7e86c4dcad869f..09172f1fe28d1767b0591bdfda92adccfd78ee12 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR fortran/46686
+       * runtime/backtrace.c (show_backtrace): Fix incorrect comment.
+
 2011-11-09  Tobias Burnus  <burnus@net-b.de>
 
        * configure.ac: Make more cross-compile friendly.
index 70aae91cfe99f2ffefb1368be4a21dc7bbee50c4..606dd34e9d42a41cb27adb724a27f81e5ac2a3ce 100644 (file)
@@ -210,7 +210,7 @@ show_backtrace (void)
     int f[2], pid, inp[2];
 
     /* Don't output an error message if something goes wrong, we'll simply
-       fall back to the pstack and glibc backtraces.  */
+       fall back to printing the addresses.  */
     if (pipe (f) != 0)
       break;
     if (pipe (inp) != 0)