aboutsummaryrefslogtreecommitdiff
path: root/debug/segfault.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-08-25 18:55:07 +0000
committerJakub Jelinek <jakub@redhat.com>2007-08-25 18:55:07 +0000
commitdd3394742b3e2e01f403b1c1b41ed39273b2212e (patch)
tree5fed86738b0d518989679f3194f896fc9fcebbe2 /debug/segfault.c
parent9b0cdd693e7f54fd35fd58931b940efe6ccb88cd (diff)
downloadglibc-dd3394742b3e2e01f403b1c1b41ed39273b2212e.tar.xz
glibc-dd3394742b3e2e01f403b1c1b41ed39273b2212e.zip
Updated to fedora-glibc-20070825T1839
Diffstat (limited to 'debug/segfault.c')
-rw-r--r--debug/segfault.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug/segfault.c b/debug/segfault.c
index f141fff661..413f207207 100644
--- a/debug/segfault.c
+++ b/debug/segfault.c
@@ -1,5 +1,5 @@
/* Catch segmentation faults and print backtrace.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -42,7 +42,7 @@
/* Get code to possibly dump the content of all registers. */
#include <register-dump.h>
-/* We'll use tis a lot. */
+/* We'll use this a lot. */
#define WRITE_STRING(s) write (fd, s, strlen (s))
/* Name of the output file. */
@@ -67,7 +67,7 @@ write_strsignal (int fd, int signal)
/* This function is called when a segmentation fault is caught. The system
- is in an instable state now. This means especially that malloc() might
+ is in an unstable state now. This means especially that malloc() might
not work anymore. */
static void
catch_segfault (int signal, SIGCONTEXT ctx)