diff options
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r-- | libgfortran/runtime/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/backtrace.c b/libgfortran/runtime/backtrace.c index 70aae91cfe9..606dd34e9d4 100644 --- a/libgfortran/runtime/backtrace.c +++ b/libgfortran/runtime/backtrace.c @@ -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) |