From 305502f69d417f7599ea18cceca280ee87627696 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 11:49:33 -0500 Subject: Fix up a comment --- sysdeps/x86_64/backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86_64/backtrace.c b/sysdeps/x86_64/backtrace.c index af65179203..7542eb4919 100644 --- a/sysdeps/x86_64/backtrace.c +++ b/sysdeps/x86_64/backtrace.c @@ -109,7 +109,7 @@ __backtrace (array, size) if (size >= 1) unwind_backtrace (backtrace_helper, &arg); - /* _Unwind_Backtrace on IA-64 seems to put NULL address above + /* _Unwind_Backtrace seems to put NULL address above _start. Fix it up here. */ if (arg.cnt > 1 && arg.array[arg.cnt - 1] == NULL) --arg.cnt; -- cgit 1.4.1