summaryrefslogtreecommitdiff
path: root/gcc/unwind-sjlj.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-30 07:34:45 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-30 07:34:45 +0000
commit10b56d640abfd0216637186da91cd4f5a425575b (patch)
treefbb9ba01ede58c4367a848c9d672f965232bfce9 /gcc/unwind-sjlj.c
parentac57d0b7c5b08e4724098a7630bccafe2f7ad141 (diff)
downloadgcc-10b56d640abfd0216637186da91cd4f5a425575b.tar.gz
2003-07-30 Ranjit Mathew <rmathew@hotmail.com>
* unwind-sjlj.c: Fix typo in file description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69955 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-sjlj.c')
-rw-r--r--gcc/unwind-sjlj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c
index 8d9766f5bc8..ea74b27ce07 100644
--- a/gcc/unwind-sjlj.c
+++ b/gcc/unwind-sjlj.c
@@ -1,5 +1,5 @@
-/* DWARF2 exception handling and frame unwind runtime interface routines.
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+/* SJLJ exception handling and frame unwind runtime interface routines.
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GCC.